Registry / web-framework / routefinder

routefinder

JSON →
library0.5.4rscratesunverified

A fast and flexible HTTP router for matching request paths to handlers.

# Cargo.toml [dependencies] routefinder = "0.5.4"
INSTALL
IMPORT
SIG · ROUTEFINDER
R
routefinder
web-frameworkrustv0.5.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Router
use routefinder::Router;

Create a router and add a route.

use routefinder::Router; fn main() { let mut router = Router::new(); router.add("/hello", "handler"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
routefinder — cargo add routefinder · libregistry