Module rustc_demangle::v0

source ยท

Macrosยง

  • invalid ๐Ÿ”’
    Mark the parser as errored (with ParseError::Invalid), print the appropriate message (see ParseError::message) and return early.
  • parse ๐Ÿ”’
    Call a parser method (if the parser hasnโ€™t errored yet), and mark the parser as errored if it returns Err.
  • write ๐Ÿ”’

Structsยง

  • Representation of a demangled symbol name.
  • HexNibbles ๐Ÿ”’
    Sequence of lowercase hexadecimal nibbles (0-9a-f), used by leaf consts.
  • Ident ๐Ÿ”’
  • Parser ๐Ÿ”’
  • Printer ๐Ÿ”’

Enumsยง

Constantsยง

Functionsยง