commit | 316330556bc255ac178f5223646ae4483470b845 | [log] [tgz] |
---|---|---|
author | Andrew Gallant <jamslam@gmail.com> | Wed Feb 04 20:53:16 2015 -0500 |
committer | Andrew Gallant <jamslam@gmail.com> | Wed Feb 04 20:53:16 2015 -0500 |
tree | acfa4a057cf01a805238fa4a4f60f6467fb8713b | |
parent | 9f9e4c62c324d2a0f557f0adc28a028c6cbd87c1 [diff] |
0.2.0
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.