- Separate crates
cwdemangleandcwdemangle-bin. cwdemangle(library) now has no dependencies and isno_std.- Add
--mw-extensionsto support Metrowerks extension types (__int128,__vec2x32float__, etc.). Disabled by default since they conflict with template argument literals and can't always be demangled correctly. - Fix issues with symbols in C++ classes/namespaces that contain double underscores.
Full Changelog: v0.1.7...v1.0.0