A lightning-fast, portable web framework for Rust
Tiny core • Universal adapters • Web Standards
Inspired by Hono
⚠️ Experimental Status - This repository is currently in experimental development. Do not use in production environments.
Built on Web Standard Request/Response/Fetch API primitives for maximum compatibility across modern web runtimes. Deploy the same Request → Response
core logic across multiple hosting environments through lightweight adapters.
- 🌐 Web Standards Compliant - Built on Request/Response/Fetch API primitives
- ⚡ Universal Deployment - Same code runs on Cloudflare Workers, hyper servers, and more
- 🪶 Minimal Dependencies - Tiny core with essential features only
- 🔒 Type Safe - Full TypeScript client generation from OpenAPI specs
- 🚀 Performance Focused - Zero-cost abstractions and minimal runtime overhead
- Design Doc - Comprehensive technical design and architecture
- Development Guide - Quick setup and development commands
git clone https://github.com/k1-c/xeno
cd xeno
cargo build