webio 0.9.4-alpha

A minimalist, high-performance Rust web framework built with a zero-dependency philosophy for maximum speed and low memory footprint.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 3. 🛠️ Installation


Include **webio** in the project:

```shell
cargo add webio
```

Or add **webio** to the `Cargo.toml`:

```toml
[dependencies]
webio = "MAJOR.MINOR.PATCH" # replace with the actual version
```