Rocket/core
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
..
codegen Support lifetime bounds in typed stream macros. 2021-06-26 16:37:21 -07:00
http Add Markdown (text/markdown) as a known media type. 2021-06-26 12:02:19 -07:00
lib Support lifetime bounds in typed stream macros. 2021-06-26 16:37:21 -07:00