Crate kotoba_routing

Crate kotoba_routing 

Source
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§

pub use engine::*;
pub use schema::*;

Modules§

engine
The core of the file-based routing system.
schema
Defines the schema for declarative application files (route.rs, page.kotoba, etc.).

Traits§

KeyValueStore
A generic key-value store trait.