1 2 3 4 5 6
pub use error::Error; pub use matcher::scim_filter; mod error; mod matcher; pub mod parser;