Expand description
cream-core
This crate contains the core types and traits for the cream
crate.
Macros§
- declare_
resource_ type - Declare a resource type with a given name and id.
- declare_
schema - Declare a schema with a given name and id.
- load_
static_ json - Load a JSON file from the
include_str!
macro.
Structs§
- Attribute
- A single attribute of a SCIM schema.
- Date
Time - Wrapper around
time::OffsetDateTime
which serializes according to RFC3339. - Meta
- Metadata about a resource.
- Reference
- A reference to a resource or external URL.
- Resource
Type - A resource type.
- Schema
- A SCIM schema
- Schema
Extension - An extension schema for a resource type.
Enums§
- Mutability
- The mutability of an attribute.
- Returned
- When an attribute is returned.
- Type
- The data type of an attribute.
- Uniqueness
- The uniqueness of an attribute.