Fast binary encoding for semi-structured data. Rust rewrite of https://github.com/couchbase/fleece.
Work in progress. Some original Fleece features are not implemented yet. TODO:
- MutableArray / MutableDict
Serde serialization and deserialization is supported with the optional serde
feature.