scim-filter 0.2.3

SCIM filter specification implemented in Rust
Documentation
1
2
3
4
5
6
pub use error::Error;
pub use matcher::scim_filter;

mod error;
mod matcher;
pub mod parser;