Module mapper

Module mapper 

Source
Expand description

Schema mapping functionality for converting between SCIM and implementation formats.

This module provides traits and implementations for mapping between SCIM schema representations and backend implementation schemas, such as database column mappings.

Structs§

DatabaseMapper
Database schema mapper for converting between SCIM and database formats

Traits§

SchemaMapper
Trait for mapping between SCIM schema and implementation schema (e.g., database)