Sergio Benitez
9b1cf229d7
Fix build, documentation, and tests.
...
This commit makes it possible to build, document, and test Rocket v0.4.
The main changes are:
* A `Cargo.lock` was added that includes references to yanked deps.
* The `tls` feature isn't tested as `ring` fails to build.
* The site guide was moved to `docs/guide`.
* The `site/` directory was removed.
2024-02-25 15:19:37 -08:00
Sergio Benitez
018b57ead1
Use '-Zrustdoc-map' to fill in external doc URLs.
2021-05-18 21:35:16 -07:00
Sergio Benitez
08bf1c5bdb
Update scripts.
2020-11-09 23:19:41 -08:00
Sergio Benitez
ff535c2ff9
Inline macro docs into core crate.
2020-02-27 18:42:28 -08:00
Sergio Benitez
9ef0b731c8
Rename 'codegen_next' to 'codegen'.
2018-10-22 00:01:41 -07:00
Sergio Benitez
f5219174d0
Allow docs to be built without cleaning with '-d'.
2018-10-10 04:21:06 -07:00
Sergio Benitez
8b1e93192e
Version documentation.
2018-10-09 04:31:09 -07:00
Sergio Benitez
df7111143e
Split the 'http' module into its own 'rocket_http' crate.
2018-06-07 15:34:47 +02:00
Sergio Benitez
f397e49a99
Various tiny improvements to shell scripts.
2018-01-23 18:53:02 -08:00
Lucas Kolstad
2d72928ba1
Properly handle paths with spaces in shell scripts.
2017-09-07 17:07:31 -07:00
Sergio Benitez
aa9d9ab081
Run 'cargo update' in 'mk-docs.sh' script.
2017-09-04 19:07:39 -07:00
Sergio Benitez
6f5b840d00
Remove now-unneeded doc shenanigans.
2017-04-23 00:03:14 -07:00
Sergio Benitez
7a882fd967
Disallow tabs in testing script.
2016-12-28 22:33:56 -06:00
Sergio Benitez
2dc1ba29f0
Adds tests for JSON example. Emit warning from JSON FromData.
...
This also includes a tiny change to the `mk-docs` script to build a
blank index at the root of the docs.
2016-12-21 22:56:58 -08:00
Sergio Benitez
6a6efaf56b
Build the docs twice to get testing module docs.
2016-10-25 10:20:29 +02:00
Sergio Benitez
7c78994b70
Clean-up before creating docs to avoid dependencies in docs.
2016-10-02 17:51:35 -07:00
Sergio Benitez
dc677124c6
Add script to build docs.
2016-10-02 17:29:59 -07:00