unfinished readme

This commit is contained in:
Ty Overby 2014-09-15 18:30:09 -07:00
parent fe0a296337
commit 635f81a9a3
1 changed files with 9 additions and 0 deletions

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# 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