Expand description
kotoba-routing
A declarative, graph-based HTTP routing engine for the Kotoba ecosystem.
It transforms .kotoba route files into executable workflows with KeyValueStore backend.
Re-exports§
Modules§
- engine
- The core of the file-based routing system.
- schema
- Defines the schema for declarative application files (
route.rs,page.kotoba, etc.).
Traits§
- KeyValue
Store - A generic key-value store trait.