Rocket/core/lib
Jeb Rosen b0238e5110 Make 'Fairing::on_attach()' async.
This transitively requires that 'Rocket::inspect()', 'Client::new()',
and 'Client::untracked()' also become async.
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 Make 'Fairing::on_attach()' async. 2020-07-11 09:24:29 -07:00
tests Make 'Fairing::on_attach()' async. 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