mirror of https://git.sr.ht/~stygianentity/bincode
10 lines
284 B
Markdown
10 lines
284 B
Markdown
# Binary Encoder / Decoder
|
|
|
|
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.
|
|
|
|
## Example
|
|
|
|
^code(./examples/basic.rs)
|