bincode-orig/readme.dev.md

476 B

Binary Encoder / Decoder

Build Status

A compact encoder / decoder pair that uses an binary zero-fluff encoding scheme. The size of the encoded object will be the same or smaller than the size that the object takes up in memory in a running Rust program.

Api Documentation

Example

^code(./examples/basic.rs)