Merge branch 'master' of github.com:BurntSushi/byteorder

Conflicts:
	src/lib.rs
tree: e3b05c853e7c2f76f66ad2926a54f7246570d230
  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.