ion-binary-rs 0.8.13

Pure Rust parser, encoder and hasher for Amazon's Ion binary format.
Documentation
1
2
3
4
// if null has a dot after it then it's a typed null and the type
// must be valid so that if new types ever get added the semantic
// of existing values won't change
( null.timestamps )