1
2
3
4
5
6
#![warn(clippy::nursery)]

mod classifier;
pub mod grammar;
pub mod reader;
mod u8x16;