Rocket/examples
Sergio Benitez d89c7024ed Replace 'Manifest' with 'Cargo'.
This is largely an internal change. Prior to this commit, the 'Manifest'
type, now replaced with the 'Cargo' type, robbed responsibility from the
core 'Rocket' type. This new construction restores the previous
responsibility and makes it clear that 'Cargo' is _only_ for freezing,
and representing the stability of, Rocket's internal state.
2020-07-11 09:24:30 -07:00
..
config Add '#[rocket::launch]' attribute. 2020-07-11 09:24:29 -07:00
content_types Add '#[rocket::launch]' attribute. 2020-07-11 09:24:29 -07:00
cookies Replace 'Manifest' with 'Cargo'. 2020-07-11 09:24:30 -07:00
errors Add '#[rocket::main]' attribute and make 'launch()' an 'async fn'. 2020-07-11 09:24:29 -07:00
fairings Make 'Responder' trait sync; fix its lifetimes. 2020-07-11 09:24:29 -07:00
form_kitchen_sink Make 'NamedFile' async. Fix 'Handler' trait. 2020-07-11 09:24:30 -07:00
form_validation Make 'NamedFile' async. Fix 'Handler' trait. 2020-07-11 09:24:30 -07:00
handlebars_templates Replace 'Manifest' with 'Cargo'. 2020-07-11 09:24:30 -07:00
hello_2018 Add '#[rocket::launch]' attribute. 2020-07-11 09:24:29 -07:00
hello_person Add '#[rocket::launch]' attribute. 2020-07-11 09:24:29 -07:00
hello_world Add '#[rocket::launch]' attribute. 2020-07-11 09:24:29 -07:00
json Add '#[rocket::launch]' attribute. 2020-07-11 09:24:29 -07:00
managed_queue Add '#[rocket::launch]' attribute. 2020-07-11 09:24:29 -07:00
manual_routes Asyncify 'Handler'. Rename 'ErrorHandlerFuture' to 'CatcherFuture'. 2020-07-11 09:24:30 -07:00
msgpack Add '#[rocket::launch]' attribute. 2020-07-11 09:24:29 -07:00
optional_redirect Add '#[rocket::launch]' attribute. 2020-07-11 09:24:29 -07:00
pastebin Add '#[rocket::launch]' attribute. 2020-07-11 09:24:29 -07:00
query_params Add '#[rocket::launch]' attribute. 2020-07-11 09:24:29 -07:00
ranking Add '#[rocket::launch]' attribute. 2020-07-11 09:24:29 -07:00
raw_sqlite Add '#[rocket::launch]' attribute. 2020-07-11 09:24:29 -07:00
raw_upload Add '#[rocket::launch]' attribute. 2020-07-11 09:24:29 -07:00
redirect Add '#[rocket::launch]' attribute. 2020-07-11 09:24:29 -07:00
request_guard Add '#[rocket::launch]' attribute. 2020-07-11 09:24:29 -07:00
request_local_state Replace 'Manifest' with 'Cargo'. 2020-07-11 09:24:30 -07:00
session Add '#[rocket::launch]' attribute. 2020-07-11 09:24:29 -07:00
state Replace 'Manifest' with 'Cargo'. 2020-07-11 09:24:30 -07:00
static_files Make 'NamedFile' async. Fix 'Handler' trait. 2020-07-11 09:24:30 -07:00
stream Add '#[rocket::launch]' attribute. 2020-07-11 09:24:29 -07:00
tera_templates Replace 'Manifest' with 'Cargo'. 2020-07-11 09:24:30 -07:00
testing Add '#[rocket::launch]' attribute. 2020-07-11 09:24:29 -07:00
tls Add '#[rocket::launch]' attribute. 2020-07-11 09:24:29 -07:00
todo Add '#[rocket::launch]' attribute. 2020-07-11 09:24:29 -07:00
uuid Add '#[rocket::launch]' attribute. 2020-07-11 09:24:29 -07:00