Rocket/core/lib
Sergio Benitez b00c89c22f Support lifetime bounds in typed stream macros.
The syntax 'TypedStream![T + '_]' expands to:

  impl TypedStream<Item = T> + '_

This allows seamlessly borrowing in typed streams.

Also adds 'Event::empty()', for convenience.
2021-06-26 16:37:21 -07:00
..
fuzz Fuzz URI parsing and display. 2021-06-06 21:52:44 -07:00
src Support lifetime bounds in typed stream macros. 2021-06-26 16:37:21 -07:00
tests Drop sender to prevent async client read deadlock. 2021-06-25 09:27:36 -07:00
Cargo.toml Use 'RelativePathBuf' as 'Config.temp_dir' type. 2021-06-25 11:42:49 -07:00
build.rs Update minimum rustc to 1.46. 2020-10-21 19:56:12 -07:00