rs-router

A RegexSet based router for use with stable Hyper (0.10.x).

The rs stands for RegexSet, not Rust—

Similar to and inspired by reroute, but potentially faster (no unnecessary string allocations, no hashmaps, and method-first-matching).

Provides light wrappers around hyper::server::Request and hyper::server::Response

See /examples/simple.rs for usage.