mirror of https://git.sr.ht/~stygianentity/bincode
Fix a typo in the readme (#145)
This commit is contained in:
parent
b3acb6ea60
commit
dbfa111e2f
|
|
@ -6,7 +6,7 @@
|
|||
[](https://crates.io/crates/bincode)
|
||||
[](http://opensource.org/licenses/MIT)
|
||||
|
||||
A compact encoder / decoder pair that uses an binary zero-fluff encoding scheme.
|
||||
A compact encoder / decoder pair that uses a 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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue