https://github.com/gsquire/reroute
A router for Rust's hyper framework using regular expressions
https://github.com/gsquire/reroute
http rust
Last synced: 9 months ago
JSON representation
A router for Rust's hyper framework using regular expressions
- Host: GitHub
- URL: https://github.com/gsquire/reroute
- Owner: gsquire
- License: mit
- Created: 2016-03-24T19:45:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-02-09T20:33:55.000Z (almost 6 years ago)
- Last Synced: 2025-03-28T12:11:16.630Z (10 months ago)
- Topics: http, rust
- Language: Rust
- Homepage: https://crates.io/crates/reroute
- Size: 33.2 KB
- Stars: 45
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reroute
[](https://travis-ci.org/gsquire/reroute)
A router for Rust's hyper framework using regular expressions.
## Documentation
Documentation is [here](https://docs.rs/reroute)
## Examples
You can see the [examples](https://github.com/gsquire/reroute/tree/master/examples) folder.