Skip to main content

Crate pflow_tokenmodel

Crate pflow_tokenmodel 

Source
Expand description

Token model schema, snapshot, and runtime execution.

Re-exports§

pub use error::Error;
pub use runtime::Runtime;
pub use schema::Action;
pub use schema::Arc;
pub use schema::Constraint;
pub use schema::Kind;
pub use schema::Schema;
pub use schema::State;
pub use snapshot::Bindings;
pub use snapshot::BindingsExt;
pub use snapshot::Snapshot;

Modules§

cid
Content-addressed identity for schemas.
error
Error types for tokenmodel operations.
runtime
Runtime execution of token model schemas.
schema
Token model schema types.
snapshot
Snapshot: current state of all states in a schema.
validate
Schema validation.