14 lines
476 B
Markdown
14 lines
476 B
Markdown
# Binary Encoder / Decoder
|
|
|
|
[](https://travis-ci.org/TyOverby/binary-encode)
|
|
|
|
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](http://tyoverby.github.io/binary-encode/binary_encode/)
|
|
|
|
## Example
|
|
|
|
^code(./examples/basic.rs)
|