Rocket/site/guide
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
..
0-introduction.md Fix typo in guide intro: 'offerring' -> 'offering'. 2018-11-14 03:42:02 -08:00
1-quickstart.md Move to 0.5.0-dev on master. 2019-05-13 16:18:48 -07:00
2-getting-started.md Test all guide code examples. 2020-02-15 04:02:19 -08:00
3-overview.md Add '#[rocket::launch]' attribute. 2020-07-11 09:24:29 -07:00
4-requests.md Add '#[rocket::launch]' attribute. 2020-07-11 09:24:29 -07:00
5-responses.md Update the guide for async-related API changes. 2020-07-11 09:24:29 -07:00
6-state.md Update the guide for async-related API changes. 2020-07-11 09:24:29 -07:00
7-fairings.md Update the guide for async-related API changes. 2020-07-11 09:24:29 -07:00
8-testing.md Update the guide for async-related API changes. 2020-07-11 09:24:29 -07:00
9-configuration.md Add 'config()' and 'state()' functions directly to 'Rocket' for convenience. 2020-07-11 09:24:29 -07:00
10-pastebin.md Update the guide for async-related API changes. 2020-07-11 09:24:29 -07:00
11-conclusion.md Update references to chat channels. 2020-02-27 14:39:36 -08:00
index.md Update references to chat channels. 2020-02-27 14:39:36 -08:00