Rocket/lib
Sergio Benitez 3bf577db6e Handle segments parameters in 'uri!'.
This commit also moves the 'uri' module into its own directory,
includes the beginning of the 'FromUriParam' trait, and abandons the
'url' crate in favor of 'percent_encoding' for percent encoding.
2017-09-14 22:13:07 -07:00
..
benches Fix benchmarks to use 'route.uri' instead of 'route.path'. 2017-06-18 02:07:13 -07:00
src Handle segments parameters in 'uri!'. 2017-09-14 22:13:07 -07:00
tests Fix mountpoint in 'mount_point' test. 2017-09-14 22:12:47 -07:00
Cargo.toml Handle segments parameters in 'uri!'. 2017-09-14 22:13:07 -07:00
build.rs Restrict compilation to rustc >= 2017-07-09. 2017-07-09 22:34:29 -07:00