byteorder 0.1.0

Library for reading/writing numbers in big-endian and little-endian.
Documentation
1
2
3
4
5
6
Convenience functions for reading and writing integers/floats in various byte
orders such as big-endian and little-endian. This is meant to replace the old
methods defined on the standard library `Reader` and `Writer` traits.

Work in progress.