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
// Be careful editing this file!
// It contains various legal whitespace characters.

// Horizontal tab U+0009 (CTRL-I) between 1 and a:
1	a
(1	a)

// Vertical tab U+000B (CTRL-K) between 1 and a:
1a
(1a)

// Form feed U+000C (CTRL-L) between 1 and a:
1a
(1a)