Core Rust crate for the PLATO knowledge system — event sourcing, constraint filtering, tile lifecycle management.
- Event Sourcing — Every knowledge change is an immutable event
- Constraint Filtering — Validate tiles against domain constraints
- Tile Lifecycle — Create, read, update, archive tiles
- Rust Performance — Zero-cost abstractions for knowledge operations
[dependencies]
plato-kernel = "0.1.0"The foundation that all PLATO components build on. Written in Rust for performance-critical knowledge operations.
MIT