Crate cream_core

Source
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.
DateTime
Wrapper around time::OffsetDateTime which serializes according to RFC3339.
Meta
Metadata about a resource.
Reference
A reference to a resource or external URL.
ResourceType
A resource type.
Schema
A SCIM schema
SchemaExtension
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.