Structs§
- Options 🔒
- Configuration options for rustdoc.
- Path
ToParts 🔒 - Path directly to crate-info file.
- Render
Options 🔒 - Configuration options for the HTML page-creation process.
- Should
Merge 🔒 - Controls merging of cross-crate information
Enums§
- Emit
Type 🔒 - Input
Mode 🔒 - Either an input crate, markdown file, or nothing (–merge=finalize).
- Module
Sorting 🔒 - Output
Format 🔒
Functions§
- check_
deprecated_ 🔒options - Prints deprecation warnings for deprecated options
- make_
input 🔒 - Create the input (string or file path)
- markdown_
input 🔒 - Returns
true
if the file given asself.input
is a Markdown file. - parse_
extern_ 🔒html_ roots - Extracts
--extern-html-root-url
arguments frommatches
and returns a map of crate names to the given URLs. If an--extern-html-root-url
argument was ill-formed, returns an error describing the issue. - parse_
include_ 🔒parts_ dir - Reports error if –include-parts-dir / crate-info is not a file
- parse_
merge 🔒 - Extracts read_rendered_cci and write_rendered_cci from command line arguments, or reports an error if an invalid option was provided
- parse_
remap_ 🔒path_ prefix