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
16
17
// Wrapped in an array to make sure dotted nulls are treated as single tokens.
[
  null,
  null.null,
  null.bool,
  null.int,
  null.float,
  null.decimal,
  null.timestamp,
  null.string,
  null.symbol,
  null.blob,
  null.clob,
  null.struct,
  null.list,
  null.sexp
]