Expand description
Utilities for building with rustdoc.
Structs§
- A map of registry names to URLs where documentations are hosted. This is for unstable feature
-Zrustdoc-map
.
Enums§
- Mode used for
std
. This is for unstable feature-Zrustdoc-map
. - 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§
Functions§
- Adds unstable flag
--output-format
to the givenrustdoc
invocation. This is for unstable feature [-Zunstable-features
]. - Adds unstable flag
--extern-html-root-url
to the givenrustdoc
invocation. This is for unstable feature-Zrustdoc-map
. - Recursively generate html root url for all units and their children.