Rocket/core/lib
Sergio Benitez 12308b403f Add '#[rocket::launch]' attribute.
The attribute is applied everywhere it can be across the codebase and is
the newly preferred method for launching an application. This commit
also makes '#[rocket::main]` stricter by warning when it is applied to
functions other than 'main'.
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 Add '#[rocket::launch]' attribute. 2020-07-11 09:24:29 -07:00
tests Remove extraneous dependency on 'futures-util'. 2020-07-11 09:24:29 -07:00
Cargo.toml Remove extraneous dependency on 'futures-util'. 2020-07-11 09:24:29 -07:00
build.rs Update for rust-lang/rust#64856. 2020-07-11 09:24:29 -07:00