Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.