Skip to main content

Module model

Module model 

Source
Expand description

Data models and validation for memory entries.

Re-exports§

pub use entry::Entry;
pub use entry::EntryId;
pub use entry::NewEntry;
pub use entry::UpdateEntry;
pub use types::EntryType;
pub use validation::validate_new_entry;
pub use validation::validate_role;
pub use validation::validate_update;

Modules§

entry
Memory entry modules. Core memory entry structures.
types
Entry types and metadata schemas. Entry type definitions and associated metadata schemas.
validation
Business logic for entry validation. Validation logic for TARS role enforcement and schema compliance.