Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsquire/reroute
A router for Rust's hyper framework using regular expressions
https://github.com/gsquire/reroute
http rust
Last synced: 6 days 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-09T20:33:55.000Z (almost 5 years ago)
- Last Synced: 2024-11-01T07:33:18.546Z (13 days ago)
- Topics: http, rust
- Language: Rust
- Homepage: https://crates.io/crates/reroute
- Size: 33.2 KB
- Stars: 44
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reroute
[![Build Status](https://travis-ci.org/gsquire/reroute.svg?branch=master)](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.