26 Aug
2014
26 Aug
'14
5:19 a.m.
On Aug 15, 2014, at 8:36 AM, Beman Dawes
The library provides integer and floating point types and conversion functions for portable byte ordering regardless of processor endianness. Although the primary uses are for file or network I/O, it is also useful for unaligned integers or floats, or for 3, 5, 6, and 7 byte integers. The library's predecessors have been in use for thirty years and developed independently multiple times.
The repository is https://github.com/boostorg/endian
The documentation is online at https://boostorg.github.io/endian/
See https://boostorg.github.io/endian/index.html#Release-history for changes since the Formal Review.
I have added a “endian” component in the trac instance. — Marshall