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\"\'\?\\\\\/'
'\uabcd \ud7ff \uffff \u1234 \u4e6a \ud37b\uf4c2\u0000\x00\xff' // d7ff was deff but deff isn't a legal unicode scalar
'\uABCD \uD7FF \uFFFF \u1234 \u4E6A \uD37B\uF4C2\u0000\x00\xff'
'\uaBcD \uD7ff \uFffF \u1234 \u4E6a \ud37B\uF4c2\u0000\x00\xff'
bareSymbol
BareSymbol
$bare
_bare
zzzzz
aaaaa
ZZZZZ
AAAAA
z
Z
a
A
_
$
_9876543210
$3
abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789$_
'$99' // Symbol with text "$99", as opposed to unquoted $99, which is an out-of-range SID with unknown text.