fast-regex-router

GitHub license

An implementation of request routing via a singular grouped regex (with support for path parameter extraction).

Features

Installation & Basic Usage

toml [dependencies] fast_regex_router = { git="https://github.com/MetricsPage/fast-regex-router/" }

Rust let mut builder = RouterBuilder::<String>::new(); let router = builder.build().unwrap();