Rocket/contrib/codegen
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
..
src Defer execution of operations on 'Rocket' until their effects will be 2020-07-11 09:24:29 -07:00
tests Update UI tests for latest nightly. 2020-07-11 09:24:29 -07:00
Cargo.toml Use proper SPDX license expression in 'Cargo.toml'. 2020-06-03 23:02:05 -07:00
build.rs Update 'version_check' to 0.9. 2019-05-24 01:48:42 -07:00