scim_filter/
lib.rs

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