14 releases

0.2.3 Jan 12, 2024
0.2.2 Jan 12, 2024
0.1.9 Dec 22, 2023
0.1.6 Nov 27, 2023

#2046 in Parser implementations

Download history 7/week @ 2024-11-16 3/week @ 2024-11-23 6/week @ 2024-11-30 14/week @ 2024-12-07 6/week @ 2024-12-14 36/week @ 2025-02-01 44/week @ 2025-02-08 84/week @ 2025-02-15 59/week @ 2025-02-22 65/week @ 2025-03-01

263 downloads per month

MIT license

54KB
1K SLoC

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.

Dependencies

~2.8–4MB
~76K SLoC