[−][src]Function mangling::demangle
pub fn demangle(name: &str) -> ManglingResult<Vec<u8>>
Takes a string slice corresponding to a symbol as converted by the mangle
function, and returns a vector of bytes corresponding to the original input
to the mangle function.
Failures
An Err result will be returned if the input is not exactly a validly
mangled symbol, in its entirety and nothing more.