https://github.com/boostorg/endian
Boost Endian library
https://github.com/boostorg/endian
Last synced: 4 months ago
JSON representation
Boost Endian library
- Host: GitHub
- URL: https://github.com/boostorg/endian
- Owner: boostorg
- Created: 2012-12-13T15:41:16.000Z (about 13 years ago)
- Default Branch: develop
- Last Pushed: 2025-04-10T17:03:05.000Z (9 months ago)
- Last Synced: 2025-08-01T03:53:51.085Z (5 months ago)
- Language: C++
- Homepage:
- Size: 1.17 MB
- Stars: 50
- Watchers: 7
- Forks: 50
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boost.Endian
The Endian library provides facilities for dealing with
[endianness](https://en.wikipedia.org/wiki/Endianness).
It's part of Boost since release 1.58.0. See
[the documentation](http://boost.org/libs/endian) for more information.
## Supported compilers
* g++ 4.6 or later
* clang++ 3.9 or later
* Visual Studio 2012 or later
C++11 is required since release 1.84.
Tested on [Github Actions](https://github.com/boostorg/endian/actions)
and [Appveyor](https://ci.appveyor.com/project/pdimov/endian/).
## License
Distributed under the
[Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt).