Docs. Tests. Benchmarks.
1 file changed
tree: 11d2aa8b32e92f31effe512c43eb7e0902025877
  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.