oneiros-model 0.0.2

Shared domain types for oneiros
Documentation
mod claim;
mod content;
mod content_hash;
mod description;
mod dream;
mod dream_context;
mod id;
mod introspection;
mod label;
mod macros;
mod prompt;
mod reflection;
mod storage_ref;
mod token;
mod token_version;

pub(crate) use macros::*;

pub use claim::TokenClaims;
pub use content::Content;
pub use content_hash::ContentHash;
pub use description::Description;
pub use dream::Dream;
pub use dream_context::DreamContext;
pub use id::{Id, IdParseError};
pub use introspection::Introspection;
pub use label::Label;
pub use prompt::Prompt;
pub use reflection::Reflection;
pub use storage_ref::{StorageRef, StorageRefError};
pub use token::{Token, TokenError};