Rocket/site/guide
Jeb Rosen dea940c7a8 Defer execution of operations on 'Rocket' until their effects will be
observed.

This is a prerequisite for async on_attach fairings. 'Rocket' is now a
builder wrapper around the 'Manifest' type, with operations being
applied when needed by 'launch()', 'Client::new()', or 'inspect()'.
'inspect()' returns an '&Manifest', which now provides the methods that
could be called on an '&Rocket'.
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 Use 'async_trait' for 'FromRequest'. 2020-07-11 09:24:29 -07:00
4-requests.md Use 'async_trait' for 'FromRequest'. 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 Defer execution of operations on 'Rocket' until their effects will be 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