commit | 77dcefddad5a0cfafd70bf20e0047fa9581266da | [log] [tgz] |
---|---|---|
author | Steven Fackler <sfackler@gmail.com> | Tue Feb 03 23:29:08 2015 -0800 |
committer | Steven Fackler <sfackler@gmail.com> | Tue Feb 03 23:29:08 2015 -0800 |
tree | 843a0f66f8b613367ddc2b93f308be08fde1d3bf | |
parent | d3f52eb1079545ac3ddc7a8f03af738750eec8bd [diff] |
Make order markers uninstantiable
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.