Announcing `cpp_demangle` 0.2.10 -- a C++ symbol demangling crate

0.2.10

Released 2018/08/08

Added

  • Added support for nostd! This currently requires nightly Rust's alloc
    feature to get access to BTreeMap. Enable nostd support by building
    without the on-by-default std feature. #148

Fixed

  • Fixed formatting of some conversion operators. #149
  • Fixed parsing some tricky symbols with template argument packs that came out
    of boost. #150 #152
4 Likes