1
2
3
4
5
const LOW: char = '\u{0020}';
const HIGH: char = '\u{0009}';

pub mod decode;
pub mod encode;