binson 0.1.0

Implements the binson binary serialization format. See binson.org for details.
Documentation
1
2
3
A Rust implementation of the [binson](https://binson.org) 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.