commit | 9d3c94e8575dae15c3c7e472c8e5ca2f83e96f23 | [log] [tgz] |
---|---|---|
author | Andrew Gallant <jamslam@gmail.com> | Wed Feb 04 20:50:58 2015 -0500 |
committer | Andrew Gallant <jamslam@gmail.com> | Wed Feb 04 20:50:58 2015 -0500 |
tree | 11d2aa8b32e92f31effe512c43eb7e0902025877 | |
parent | d3f52eb1079545ac3ddc7a8f03af738750eec8bd [diff] |
Docs. Tests. Benchmarks.
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.