Rocket/lib
Sergio Benitez 150aef7764 Impl 'try' for 'Outcome'. Document 'Cookies'.
The 'try' impl for 'Outcome' allows the '?' operator to be used with
'Outcome' values. This is likely to make 'FromRequest' and 'FromData'
implementations more ergonomic.

This commit also expands the 'IntoOutcome' trait. It is now
implemented for 'Option'. It also now includes an additional
'or_forward' method.
2017-06-24 02:49:31 -07:00
..
benches Fix benchmarks to use 'route.uri' instead of 'route.path'. 2017-06-18 02:07:13 -07:00
src Impl 'try' for 'Outcome'. Document 'Cookies'. 2017-06-24 02:49:31 -07:00
tests Add support for lenient forms via 'LenientForm'. 2017-06-18 01:59:22 -07:00
Cargo.toml Upgrade 'state' to 0.3 to prevent memory leaks. 2017-06-20 16:46:07 -07:00
build.rs Update minimum nightly to '2017-06-19'. 2017-06-19 22:58:31 -07:00