Crates.io | miniweb |
lib.rs | miniweb |
version | 0.0.1 |
source | src |
created_at | 2022-07-16 06:23:58.071749 |
updated_at | 2022-07-16 06:23:58.071749 |
description | A minimalist and idiomatic async Rust web application middleware framework |
homepage | https://github.com/nyxtom/miniweb |
repository | https://github.com/nyxtom/miniweb |
max_upload_size | |
id | 626578 |
size | 6,240 |
Miniweb is a minimalist web server and http 1.x api backend that makes use of http-types, serde, async-trait, and async-std. The goal is to provide a very minimal web server that supports fast routing with middleware, filtering, sane error handling, type coercsion with Into