ion-binary-rs 0.8.13

Pure Rust parser, encoder and hasher for Amazon's Ion binary format.
Documentation
1
2
3
4
5
// Structs with last field with/without trailing comma
(
    {a:1, b:2,}     // with trailing comma
    {a:1, b:2 }     // without trailing comma
)