Yong Wen Chua
|
39eb59e466
|
Address ICE related to impl trait
Original bug: https://github.com/rust-lang/rust/issues/43380
Fixes #33
|
2018-02-14 13:37:48 +08:00 |
Yong Wen Chua
|
ff1deabf55
|
Rustfmt fix
- Bump to 0.2.2
- Add Travis cargo cache
|
2018-02-14 13:22:43 +08:00 |
Yong Wen Chua
|
36ec852a78
|
Add catch-all OPTIONS route and update examples/tests (#24)
|
2017-07-24 15:45:53 +08:00 |
Yong Wen Chua
|
92d7775b93
|
"Truly manual" API (#22)
* Experimental "truly manual" API
* Add API for general usage
* Add documentation and example
Change Fn to FnOnce to allow for moving and consuming
|
2017-07-24 13:11:10 +08:00 |