Rocket/core/lib/src
Jonathan Dickinson f3beb68491 Remove superfluous lifetimes in 'Fairing' methods. 2020-07-23 21:32:20 -07:00
..
config Fix various typos throughout the codebase. 2020-07-22 12:56:01 -07:00
data Rearrange top-level exports. Use '#[launch]'. 2020-07-22 16:10:02 -07:00
fairing Remove superfluous lifetimes in 'Fairing' methods. 2020-07-23 21:32:20 -07:00
local Fix various typos throughout the codebase. 2020-07-22 12:56:01 -07:00
request Don't use managed state to thread 'Shutdown'. 2020-07-22 19:22:32 -07:00
response Remove use of stable 'proc_macro_hygiene' feature. 2020-07-11 10:48:08 -07:00
router Rearrange top-level exports. Use '#[launch]'. 2020-07-22 16:10:02 -07:00
catcher.rs Rearrange top-level exports. Use '#[launch]'. 2020-07-22 16:10:02 -07:00
codegen.rs Remove extraneous dependency on 'futures-util'. 2020-07-11 09:24:29 -07:00
error.rs Add '#[rocket::main]' attribute and make 'launch()' an 'async fn'. 2020-07-11 09:24:29 -07:00
ext.rs Swap 'Rocket' manually without using 'replace_with'. 2020-07-11 09:24:30 -07:00
handler.rs Rearrange top-level exports. Use '#[launch]'. 2020-07-22 16:10:02 -07:00
lib.rs Panic if 'StaticFiles' directory doesn't exist. 2020-07-23 20:12:20 -07:00
logger.rs Convert core to async and add support for async routes. 2020-07-11 09:24:28 -07:00
outcome.rs Rearrange top-level exports. Use '#[launch]'. 2020-07-22 16:10:02 -07:00
rocket.rs Don't use managed state to thread 'Shutdown'. 2020-07-22 19:22:32 -07:00
shutdown.rs Don't use managed state to thread 'Shutdown'. 2020-07-22 19:22:32 -07:00