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
11
12
13
14
15
pub mod annotations;
pub mod blob;
pub mod bool;
pub mod clob;
pub mod decimal;
pub mod float;
pub mod general;
pub mod integer;
pub mod list;
pub mod null;
pub mod sexp;
pub mod string;
pub mod r#struct;
pub mod symbol;
pub mod timestamp;