miniweb 0.0.1

A minimalist and idiomatic async Rust web application middleware framework
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 5.9 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 989.28 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • nyxtom

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