Crate regex_router

source ·
Expand description

§rs-regex-router

§Features

  • Design approach based upon this article.
  • Implemented over a generic handler type allowing use with varying webserver crates.
  • Extraction of path parameters which are then mapped as key/value pairs.
  • A convenience macro for easily declaring routes.

Read more.

Modules§

Macros§

  • Conveniently construct a Route and define it within a provided RouterBuilder.

Structs§