rweb 0.3.0-alpha.1

Yet another web server framework for rust
Documentation

rweb

Build Status

Yet another web server framework for rust.

Installation (without automatic openapi generation):

[dependencies]
rweb = "0.3.0-alpha.1"

Features

  • Safe & Correct

Since rweb is based on warp, which features safety and correctness, rweb has same property.

  • Automatic openapi spec generation