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
$ion_1_0
$ion_shared_symbol_table::{
  name:"test", version:1, 
  symbols:["dates","whenDate"]
}
$ion_symbol_table::{imports:[{name:"test", version:1, max_id:2}]}
dates::{
  whenDate:2007-01-31,
  whenDate:2007-01-31T01:02+00:00,
  whenDate:2007-01-31T01:04:05.385+00:00,
  whenDate:2007-01-31T01:04:05.385+01:11,
}