#serialization #binary-encoding #org #details

binson

Implements the binson binary serialization format. See binson.org for details.

1 unstable release

Uses old Rust 2015

0.1.0 Nov 30, 2017

#70 in #details

MIT license

15KB
392 lines

A Rust implementation of the binson binary serialization format.

NOTE This is not a complete implementation. For now only serialization works and there are known issues. Binson mandates struct members (or hashmap keys) to be ordered lexicographically. This is not implemented.

Dependencies

~0.6–1.2MB
~28K SLoC