webio 1.0.0

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
15
16
17
18
# 📖 Documentation

<div align="center">
  <br>
  <a href="https://github.com/dr-montasir/webio" target="_blank">
      <img src="https://raw.githubusercontent.com/dr-montasir/webio/534d31795c8a9ac68bb23a5205b66fab13a2d928/webio-logo/logo/webio-logo-288x224-no-text-no-bg.svg" width="100">
  </a>
  <br>
  <h1>WebIO</h1>
</div>

> A minimalist, high-performance Rust web framework built with a zero-dependency philosophy for maximum speed and low memory footprint.

<div style="text-align: center;">
  <a href="https://github.com/dr-montasir/webio"><img src="https://img.shields.io/badge/github-dr%20montasir%20/%20webio-8da0cb?style=for-the-badge&labelColor=555555&logo=github" height="24" style="margin-top: 10px;" alt="github" /></a> <a href="https://crates.io/crates/webio"><img src="https://img.shields.io/crates/v/webio.svg?style=for-the-badge&color=fc8d62&logo=rust" height="24" style="margin-top: 10px;" alt="crates.io"></a> <a href="https://docs.rs/webio"><img src="https://img.shields.io/badge/docs.rs-webio-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs" height="24" style="margin-top: 10px;" alt="docs.rs"></a> <a href="https://choosealicense.com/licenses/mit"><img src="https://img.shields.io/badge/license-mit-4a98f7.svg?style=for-the-badge&labelColor=555555" height="24" style="margin-top: 10px;" alt="license"></a> <a href="https://crates.io/crates/webio" target="_blank"><img alt="downloads" src="https://img.shields.io/crates/d/webio.svg?style=for-the-badge&labelColor=555555&logo=&color=428600" height="22"></a>
</div>

---