Before history rewrite
Go to file
Ty Overby 635f81a9a3 unfinished readme 2014-09-15 18:30:09 -07:00
src Implemented the reader, added tests 2014-09-15 18:19:04 -07:00
.gitignore compiles without any features 2014-09-15 13:59:11 -07:00
.travis.yml compiles without any features 2014-09-15 13:59:11 -07:00
Cargo.toml compiles without any features 2014-09-15 13:59:11 -07:00
README.md unfinished readme 2014-09-15 18:30:09 -07:00

README.md

Binary Encoder / Decoder

I needed a more efficient way to store serialized rust ofjects than just serializing everything to JSON.

This encoder + decoder pair encodes the data that it recieves in a binary format that is at least as space efficient as it is in memory.

This encoding strategy is not backwards compatible. If you change the