gsquire/reroute

Clean up API by using a builder pattern

gsquire opened this issue · 1 comments

Convert Router into a RouterBuilder that can then return a router that can be used by hyper instead. This can avoid having the awkward RegexSet::new(&["", ""]); syntax.

Closing in favor 649107f