mlua-swarm 0.1.3

Swarm engine host built on mlua — long-running stateful runtime with Role/Verb gate, CapToken, 3-stage pipeline, and Middleware overlay.
Documentation
1
2
3
4
5
6
7
//! Core runtime primitives: Engine + Ctx + State + Config.

pub mod config;
pub mod ctx;
pub mod engine;
pub mod errors;
pub mod state;