commit | 9f9e4c62c324d2a0f557f0adc28a028c6cbd87c1 | [log] [tgz] |
---|---|---|
author | Andrew Gallant <jamslam@gmail.com> | Wed Feb 04 20:53:03 2015 -0500 |
committer | Andrew Gallant <jamslam@gmail.com> | Wed Feb 04 20:53:03 2015 -0500 |
tree | e3b05c853e7c2f76f66ad2926a54f7246570d230 | |
parent | 9d3c94e8575dae15c3c7e472c8e5ca2f83e96f23 [diff] | |
parent | d9d658fd33494078777b7528abc4d0ad68d31e07 [diff] |
Merge branch 'master' of github.com:BurntSushi/byteorder Conflicts: src/lib.rs
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.