ion-binary-rs 0.8.13

Pure Rust parser, encoder and hasher for Amazon's Ion binary format.
Documentation
1
2
3
4
5
6
7
8
9
10
mod bad_tests;
mod binary_encoder;
mod binary_parser;
mod good_tests;
mod ion_encoder;
mod ion_hash;
mod ion_parser;

#[macro_use]
mod test_utils;