scim-filter

Crates.ioscim-filter
lib.rsscim-filter
version0.2.3
sourcesrc
created_at2023-11-23 12:43:39.021875
updated_at2024-01-12 13:12:53.739788
descriptionSCIM filter specification implemented in Rust
homepagehttps://github.com/matteosister/scim-filter
repositoryhttps://github.com/matteosister/scim-filter
max_upload_size
id1046087
size54,334
Matteo Giachino (matteosister)

documentation

https://docs.rs/scim-filter

README

SCIM Filter

This library is an implementation of the SCIM filter specification.

It exposes a simple api which is the function scim_filter

This function takes two arguments:

  • the filter string
  • a collection of things that implements the Serialize trait from serde.

By applying the filter it will return a Result with either the filtered collection or an error.

Errors can involve filter parsing errors and serialization errors.

Commit count: 50

cargo fmt