Rocket/core/lib
Jeb Rosen bc1b90cbdb Add '#[rocket::main]' attribute and make 'launch()' an 'async fn'.
'#[rocket::main]' works like '#[rocket::async_test]', but it uses
tokio's multithreaded scheduler.
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::main]' attribute and make 'launch()' an 'async fn'. 2020-07-11 09:24:29 -07:00
tests Add a test verifying that attempting to manage the same state type twice panics. 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