mirror of https://github.com/rwf2/Rocket.git
adc79016cd
This commits makes the following high-level changes: * 'ShutdownHandle' is renamed to 'Shutdown'. * 'Rocket::shutdown_handle()' is renamed to 'Rocket::shutdown()'. * '#[launch]` is preferred to '#[rocket::launch]'. * Various docs phrasings are improved. * Fixed various broken links in docs. This commits rearranges top-level exports as follows: * 'shutdown' module is no longer exported. * 'Shutdown' is exported from the crate root. * 'Outcome' is not longer exported from the root. * 'Handler', 'ErrorHandler' are no longer exported from the root. |
||
---|---|---|
.. | ||
async-entry.rs | ||
catch.rs | ||
catch_type_errors.rs | ||
catchers.rs | ||
from_form.rs | ||
from_form_type_errors.rs | ||
from_form_value.rs | ||
responder-types.rs | ||
route-attribute-general-syntax.rs | ||
route-path-bad-syntax.rs | ||
route-type-errors.rs | ||
route-warnings.rs | ||
routes.rs | ||
typed-uri-bad-type.rs | ||
typed-uris-bad-params.rs | ||
typed-uris-invalid-syntax.rs | ||
uri_display.rs | ||
uri_display_type_errors.rs |