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

#1373 in Parser implementations

Download history 52/week @ 2024-01-16 47/week @ 2024-01-23 18/week @ 2024-01-30 17/week @ 2024-02-06 6/week @ 2024-02-13 57/week @ 2024-02-20 58/week @ 2024-02-27 81/week @ 2024-03-05 59/week @ 2024-03-12 1/week @ 2024-03-26 11/week @ 2024-04-02

244 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

~3–4MB
~80K SLoC