Rocket/core/lib
Jeb Rosen dea940c7a8 Defer execution of operations on 'Rocket' until their effects will be
observed.

This is a prerequisite for async on_attach fairings. 'Rocket' is now a
builder wrapper around the 'Manifest' type, with operations being
applied when needed by 'launch()', 'Client::new()', or 'inspect()'.
'inspect()' returns an '&Manifest', which now provides the methods that
could be called on an '&Rocket'.
2020-07-11 09:24:29 -07:00
..
benches Defer execution of operations on 'Rocket' until their effects will be 2020-07-11 09:24:29 -07:00
src Defer execution of operations on 'Rocket' until their effects will be 2020-07-11 09:24:29 -07:00
tests Use 'async_trait' for 'Responder'. 2020-07-11 09:24:29 -07:00
Cargo.toml Use 'async_trait' for 'Responder'. 2020-07-11 09:24:29 -07:00
build.rs Update for rust-lang/rust#64856. 2020-07-11 09:24:29 -07:00