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 *;
async
The composable Rust API framework.
AllFrame is the first Rust web framework designed, built, and evolved exclusively through Test-Driven Development (TDD).
use allframe_core::prelude::*;
#[tokio::main]
async fn main() {
println!("AllFrame - One frame. Infinite transformations.");
}