From 635f81a9a3e4a4ca00f0fe0ad1957acfce39a4cc Mon Sep 17 00:00:00 2001 From: Ty Overby Date: Mon, 15 Sep 2014 18:30:09 -0700 Subject: [PATCH] unfinished readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8042e74 --- /dev/null +++ b/README.md @@ -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