Rustigo
A Rust webserver inspired by the Go standard library's HTTPServer
Features:
- Lightweight
- Pattern matched routes
- No dependencies
Example
use *;
A Rust webserver inspired by the Go standard library's HTTPServer
use *;