Rocket/core/codegen
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
..
src Support lifetime bounds in typed stream macros. 2021-06-26 16:37:21 -07:00
tests Update UI tests for latest stable. 2021-06-17 18:49:10 -07:00
Cargo.toml New version: 0.5.0-rc.1. 2021-06-09 09:52:37 -07:00