frege 0.1.0

A lightweight, async HTTP router for Rust with middleware support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# frege
A lightweight, async HTTP router for Rust with middleware support.

## Features
- Async handlers and middleware
- Flexible middleware system with tuple syntax: `.middlewares((m1, m2, m3))`
- CRUD resource registration
- Built on Hyper

## Installation
```toml
[dependencies]
frege = "0.1"