ion-binary-rs 0.8.13

Pure Rust parser, encoder and hasher for Amazon's Ion binary format.
Documentation
// If local symbol table structs have additional annotations, $ion_symbol_table must be the first. Otherwise, the struct
// is treated as a user value.
// See also: good/equivs/localSymbolTableWithAnnotations.ion

embedded_documents::[
    '''
    $ion_1_0
    $ion_symbol_table::{
        symbols:["foo", "bar"]
    }
    foo bar
    ''',

    '''
    $ion_1_0
    annotated::$ion_symbol_table::{
        symbols:["foo", "bar"]
    }
    foo bar
    '''
]