@hackage byte-order0.1.3.1
Portable big-endian and little-endian conversions
Categories
License
BSD-3-Clause
Maintainer
amartin@layer3com.com
Links
Versions
Installation
Dependencies (4)
- base >=4.11.1.0 && <5
- primitive >=0.6.4 && <0.10
- primitive-unaligned >=0.1.1 && <0.2
- wide-word >=0.1.1 && <0.2 Show all…
Dependents (14)
@hackage/flatbuffers-builder, @hackage/binary-generic-combinators, @hackage/status-notifier-item, @hackage/flatbuffers-parser, @hackage/posix-api, @hackage/bytesmith, Show all…
This library provides an interface to portably work with byte
arrays whose contents are known to be of a fixed endianness.
There are two ways to use this module. See the System.ByteOrder
module for more documentation.