miniweb

Crates.iominiweb
lib.rsminiweb
version0.0.1
sourcesrc
created_at2022-07-16 06:23:58.071749
updated_at2022-07-16 06:23:58.071749
descriptionA minimalist and idiomatic async Rust web application middleware framework
homepagehttps://github.com/nyxtom/miniweb
repositoryhttps://github.com/nyxtom/miniweb
max_upload_size
id626578
size6,240
Thomas Holloway (nyxtom)

documentation

README

miniweb

Latest version Documentation License

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/From.

WIP

Commit count: 0

cargo fmt