Module config

Source

Structs§

Options πŸ”’
Configuration options for rustdoc.
PathToParts πŸ”’
Path directly to crate-info file.
RenderOptions πŸ”’
Configuration options for the HTML page-creation process.
ShouldMerge πŸ”’
Controls merging of cross-crate information

Enums§

EmitType πŸ”’
InputMode πŸ”’
Either an input crate, markdown file, or nothing (–merge=finalize).
ModuleSorting πŸ”’
OutputFormat πŸ”’

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 as self.input is a Markdown file.
parse_extern_html_roots πŸ”’
Extracts --extern-html-root-url arguments from matches 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 πŸ”’