allframe-core 0.1.0

The composable Rust API framework - core library
Documentation

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.");
}