Rocket/site/guide
Sergio Benitez d03a07b183 Retrieve managed state via a borrow: '&State<T>'.
This has the following positive effects:

  1) The lifetime retrieved through 'Deref' is now long-lived.
  2) An '&State<T>` can be created via an '&T'.
  3) '&State<T>' is shorter to type than 'State<'_, T>'.
2021-05-11 08:58:16 -05:00
..
0-introduction.md Update various dead hyperlinks; change some links from http to https. 2021-02-20 12:01:44 -08:00
1-quickstart.md Point all docs and doc links to 'master' branch. 2020-10-21 04:54:24 -07:00
2-getting-started.md Update examples on site index and overview. 2021-04-14 22:17:15 -07:00
3-overview.md Introduce statically-enforced 'Rocket' phasing. 2021-04-13 19:26:45 -07:00
4-requests.md Fix typo in requests guide: 'fiel' -> 'field'. 2021-05-08 10:50:00 -07:00
5-responses.md Introduce async streams. 2021-04-28 04:01:02 -07:00
6-state.md Retrieve managed state via a borrow: '&State<T>'. 2021-05-11 08:58:16 -05:00
7-fairings.md Introduce statically-enforced 'Rocket' phasing. 2021-04-13 19:26:45 -07:00
8-testing.md Revamp 'Response', 'Body' types. 2021-04-28 02:21:33 -07:00
9-configuration.md Retrieve managed state via a borrow: '&State<T>'. 2021-05-11 08:58:16 -05:00
10-pastebin.md Use launch-inferred '_' in most example code. 2021-04-13 18:12:39 -07:00
11-conclusion.md Fix several typos in the guide. 2021-02-20 12:01:44 -08:00
index.md Fix several typos in the guide. 2021-02-20 12:01:44 -08:00