ion-binary-rs 0.8.13

Pure Rust parser, encoder and hasher for Amazon's Ion binary format.
Documentation
{{"a b c d e f g h i j k l m n o p q r s t u v w x y z"}}
{{
        "A B C D E F G H I J K L M N O P Q R S T U V W X Y Z"
}}
{{            "1 2 3 4 5 6 7 8 9 0"              }}
{{   ", . ; / [ ' ] \\ = - 0 9 8 7 6 5 4 3 2 1 ` ~ ! @ # $ % ^ & * ( ) _ + | : < > ?"

}}
{{                   "\0 \a \b \t \n \f \r \v \" \' \? \\\\ \/ \0\a\b\t\n\f\r\v\"\'\?\\\\\/"}}
{{"\x7f \x66 \x00 \x5a\x5b\x00\x1c\x2d\x3f\xFf"}}
{{"\x7F \x66 \x00 \x5A\x5B\x00\x1C\x2D\x3F\xfF"}}
{{'''Stuff to write on '''
  '''multiple lines '''
  '''if you want to'''}}
{{""}}
{{''''''}}
{{
""
}}
{{  '''concatenated'''  ''' from '''   '''a single line'''  }}
{{ ""}}
{{
        '''a b c d e f g h i j k l m n o p q r s t u v w x y z '''
        '''A B C D E F G H I J K L M N O P Q R S T U V W X Y Z '''
        ''', . ; / [ ' ] \\ = - 0 9 8 7 6 5 4 3 2 1 ` ~ ! @ # $ % ^ & * ( ) _ + | : < > ? '''
        '''\0 \a \b \t \n \f \r \v \" \' \? \\\\ \/ \0\a\b\t\n\f\r\v\"\'\?\\\\\/'''
        '''\x7f \x66 \x00 \x5a\x5b\x00\x1c\x2d\x3f'''
        '''\x7F \x66 \x00 \x5A\x5B\x00\x1C\x2D\x3F'''
}}
{{'''\
multi-line string
with embedded\nnew line
characters\
'''}}