Rocket/site/guide
Sergio Benitez 5a4e66ec43 Split 'rocket_contrib' into distinct crates.
This follows the completed graduation of stable contrib features into
core, removing 'rocket_contrib' in its entirety in favor of two new
crates. These crates are versioned independently of Rocket's core
libraries, allowing upgrades to dependencies without consideration for
versions in core libraries.

'rocket_dyn_templates' replaces the contrib 'templates' features. While
largely a 1-to-1 copy, it makes the following changes:

  * the 'tera_templates' feature is now 'tera'
  * the 'handlebars_templates' feature is now 'handlebars'
  * fails to compile if neither 'tera' nor 'handlebars' is enabled

'rocket_sync_db_pools' replaces the contrib 'database' features. It
makes no changes to the replaced features except that the `database`
attribute is properly documented at the crate root.
2021-05-24 22:57:51 -07: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 Fix references to removed 'hello_world' example. 2021-05-22 16:43:21 -07:00
2-getting-started.md Update examples on site index and overview. 2021-04-14 22:17:15 -07:00
3-overview.md Prefer using 'io::Result' responder in docs. 2021-05-22 22:12:46 -07:00
4-requests.md Split 'rocket_contrib' into distinct crates. 2021-05-24 22:57:51 -07:00
5-responses.md Split 'rocket_contrib' into distinct crates. 2021-05-24 22:57:51 -07:00
6-state.md Split 'rocket_contrib' into distinct crates. 2021-05-24 22:57:51 -07:00
7-fairings.md Introduce 'Singleton' fairings. 2021-05-22 11:01:00 -07:00
8-testing.md Fix references to removed 'hello_world' example. 2021-05-22 16:43:21 -07:00
9-configuration.md Split 'rocket_contrib' into distinct crates. 2021-05-24 22:57:51 -07: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