webio 0.2.2-alpha

A minimalist async web framework for Rust with a zero-dependency philosophy.
Documentation

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 std library.
  • Production Warning: Do not use this in a production environment until a stable 1.0.0 version is released.

๐ŸŽฏ Core Philosophy

The goal of this project is to provide a fully functional async web framework with zero external dependencies.

  • No tokio or async-std.
  • No serde (where possible).
  • No hyper.
  • Just pure Rust.

๐Ÿ› ๏ธ Installation

Add this to your Cargo.toml:

[dependencies]

webio = "0.2.2-alpha"