Expand description
Utilities for building with rustdoc.
Structsยง
- Rustdoc
Extern Map - A map of registry names to URLs where documentations are hosted.
This is for unstable feature
-Zrustdoc-map
.
Enumsยง
- Rustdoc
Extern Mode - Mode used for
std
. This is for unstable feature-Zrustdoc-map
. - Rustdoc
Scrape Examples - Indicates whether a target should have examples scraped from it by rustdoc.
Configured within Cargo.toml and only for unstable feature
-Zrustdoc-scrape-examples
.
Constantsยง
- DOCS_
RS_ ๐URL
Functionsยง
- add_
output_ format - Adds unstable flag
--output-format
to the givenrustdoc
invocation. This is for unstable feature [-Zunstable-features
]. - add_
root_ urls - Adds unstable flag
--extern-html-root-url
to the givenrustdoc
invocation. This is for unstable feature-Zrustdoc-map
. - build_
all_ ๐urls - Recursively generate html root url for all units and their children.
- default_
crates_ ๐io_ to_ docs_ rs