Rocket/site/guide
Sergio Benitez 9671115796 Use 'workers' value from 'Config::figment()'.
This commit also improves config pretty-printing and warning messages.
It also fixes an issue that resulted in config value deprecation
warnings not being emitted. The 'workers' value is now a 'usize', not a
'u16'; contrib pool sizes now default to 'workers * 2'.

Closes #1470.
2020-12-24 15:58:48 -08:00
..
0-introduction.md Fix typo in guide intro: 'offerring' -> 'offering'. 2018-11-14 03:42:02 -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 console output in guide. 2020-11-03 12:56:20 -08:00
3-overview.md Use '#[rocket::main]', not '#[main]'. 2020-11-03 14:20:29 -08:00
4-requests.md Remove unnecessary 'RawStr.as_str()' in guide. 2020-10-30 02:49:00 -07:00
5-responses.md Use 'Option', 'Result' directly in 'uri!' query. 2020-11-01 10:30:30 -08:00
6-state.md Use 'spawn_blocking' in '#[database]'. 2020-09-10 03:34:26 -07:00
7-fairings.md Take '&mut Data' in 'on_request' fairings. 2020-10-20 20:22:32 -07:00
8-testing.md Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
9-configuration.md Use 'workers' value from 'Config::figment()'. 2020-12-24 15:58:48 -08:00
10-pastebin.md Add missing explicit lifetime parameter to `PasteId<'_>` in pastebin guide. 2020-10-11 12:45:07 -07:00
11-conclusion.md Update 'Riot' to 'Element'. 2020-07-22 13:03:35 -07:00
index.md Point all docs and doc links to 'master' branch. 2020-10-21 04:54:24 -07:00