0.2.0
1 file changed
tree: acfa4a057cf01a805238fa4a4f60f6467fb8713b
  1. src/
  2. .gitignore
  3. .travis.yml
  4. Cargo.toml
  5. Makefile
  6. README.md
  7. session.vim
  8. UNLICENSE
README.md

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.