Skip to content

matteosister/scim-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages