Expand description
§AllFrame Core
The composable Rust API framework.
AllFrame is the first Rust web framework designed, built, and evolved exclusively through Test-Driven Development (TDD).
§Quick Start
use allframe_core::prelude::*;
#[tokio::main]
async fn main() {
println!("AllFrame - One frame. Infinite transformations.");
}Modules§
- arch
- Clean Architecture enforcement Clean Architecture enforcement
- otel
- OpenTelemetry automatic instrumentation OpenTelemetry automatic instrumentation
- prelude
- Prelude module for convenient imports
- router
- Router module for protocol-agnostic request handling Router module for protocol-agnostic request handling