1
2
3
4
5
6
pub use self::str::ByteStr;

mod str;

#[derive(Debug)]
pub enum Never {}