rustdoc

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§

Functions§

  • 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.
  • 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.
  • 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