Module rustdoc::config

source ยท

Structsยง

  • Options ๐Ÿ”’
    Configuration options for rustdoc.
  • RenderOptions ๐Ÿ”’
    Configuration options for the HTML page-creation process.

Enumsยง

Functionsยง

  • Prints deprecation warnings for deprecated options
  • make_input ๐Ÿ”’
    Create the input (string or file path)
  • 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.