6 releases
0.0.6 | Mar 7, 2024 |
---|---|
0.0.5 | Mar 7, 2024 |
0.0.3 | Sep 18, 2023 |
#1 in #scala
1,395 downloads per month
Used in 5 crates
(via samply-symbols)
20KB
345 lines
Scala Native demangler for Rust
Turn mangled Scala Native identifiers into a more readable form.
- Name mangling rules: https://scala-native.org/en/latest/contrib/mangling.html
- Scala implementation: https://github.com/indoorvivants/sn-demangler
lib.rs
:
Demangle Scala Native identifiers
Turn mangled Scala Native identifiers into a more readable form.
- Name mangling rules: https://scala-native.org/en/latest/contrib/mangling.html
- Scala implementation: https://github.com/indoorvivants/sn-demangler