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
// Fails because there is no symbol table named "fred" and the max_id is effectively undefined (null)
$ion_1_0
$ion_symbol_table::
{
  imports:[ { name: "fred",
              version: 1,
              max_id: null.int },
  ],
}
a