miniblog.
← Back to all posts
Wilfred Hughes
Feb 23, 2017 at 08:34
Demangling C++ Symbols in Rust
https://fitzgeraldnick.com/2017/02/22/cpp-demangle.html
(fun deep dive into how C++ demangling works)
Demangling C++ Symbols
I wrote a Rust crate to demangle C++ symbols: cpp_demangle. Find iton crates.io and github.