ion-binary-rs 0.8.13

Pure Rust parser, encoder and hasher for Amazon's Ion binary format.
Documentation
// different declared local symbols
embedded_documents::[
    '''
    $ion_1_0
    $ion_symbol_table::{
        symbols:[ "rock", "paper", "scissors" ]
    }
    $10
    $11
    $12
    ''',
    '''
    $ion_1_0
    $ion_symbol_table::{
        symbols:[ "foo", "bar", "baz" ]
    }
    $10
    $11
    $12
    ''',
]