Expand description
Utilities for building with rustdoc.
Enums§
- 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.
Functions§
- add_
output_ format - Adds unstable flag
--output-formatto the givenrustdocinvocation. This is for unstable feature-Zunstable-features. - add_
root_ urls - Adds unstable flag
--extern-html-root-urlto the givenrustdocinvocation. This is for unstable feature-Zrustdoc-map. - build_
all_ 🔒urls - Recursively generate html root url for all units and their children.