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
$ion_1_0
root:: {x:"6483021025"
, targetNamespace:"x-schema:ado-schema.xml", 
 xmlns1: {
  namespace1:"x-schema:ado-schema.xml" 
 },
 xmlns2: {
  prefix:'xs',
  namespace2:"http://www.w3.org/2001/XMLSchema" 
 },
 'schema': {
  attributeFormDefault:"qualified", 
  elementFormDefault:"qualified", 
  element: {
   name:"data" 
 } } }