Crates.io | scim-filter |
lib.rs | scim-filter |
version | 0.2.3 |
source | src |
created_at | 2023-11-23 12:43:39.021875 |
updated_at | 2024-01-12 13:12:53.739788 |
description | SCIM filter specification implemented in Rust |
homepage | https://github.com/matteosister/scim-filter |
repository | https://github.com/matteosister/scim-filter |
max_upload_size | |
id | 1046087 |
size | 54,334 |
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:
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.