WebIO ๐ฆ
A minimalist async web framework for Rust with a zero-dependency philosophy.
๐งช Research Status: Experimental
WebIO is currently in a research and development phase.
- API Stability: Expect significant breaking changes from version to version.
- Goal: To explore the boundaries of high-performance async web servers using only the Rust
stdlibrary. - Production Warning: Do not use this in a production environment until a stable
1.0.0version is released.
๐ฏ Core Philosophy
The goal of this project is to provide a fully functional async web framework with zero external dependencies.
- No
tokioorasync-std. - No
serde(where possible). - No
hyper. - No
bloat. - No
unsafecode. - Just pure Rust.
๐ ๏ธ Installation
Add this to your Cargo.toml:
[]
= "0.4.3-alpha"