Module rustc_demangle::v0
source ยท Macrosยง
- invalid ๐Mark the parser as errored (with
ParseError::Invalid
), print the appropriate message (seeParseError::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ยง
- MAX_
DEPTH ๐ - SMAL
L_ ๐PUNYCOD E_ LEN
Functionsยง
- basic_
type ๐ - De-mangles a Rust symbol into a more readable version