mimeograph_router 0.4.0

Codegen for a minimalistic HTTP router.
Documentation
### Version 0.4.0

Return type of route![] changed to `RouterResult`

### Version 0.3.0

Return type of route![] changed from Option<T> to Result<T, U> where U is the request.
Added special tokens for routes: `**` and `*`

### Version 0.2.1

Hid mimeograph_router_helpers::\* from documentation.

### Version 0.2.0

Restructured crate.
Routes no longer receive a reference to a Request.
Improved performance.

### Version 0.1.1

Fixed an issue with "/" routes being 'empty'

### Version 0.1.0

Initial Release