#scala #demangler #scala-native

scala-native-demangle

Demangle Scala Native identifiers

6 releases

0.0.6 Mar 7, 2024
0.0.5 Mar 7, 2024
0.0.3 Sep 18, 2023

#331 in Debugging

Download history 21/week @ 2024-02-23 307/week @ 2024-03-01 343/week @ 2024-03-08 120/week @ 2024-03-15 97/week @ 2024-03-22 206/week @ 2024-03-29 99/week @ 2024-04-05 571/week @ 2024-04-12 597/week @ 2024-04-19 883/week @ 2024-04-26 816/week @ 2024-05-03 912/week @ 2024-05-10 709/week @ 2024-05-17

3,450 downloads per month
Used in 4 crates (via samply-symbols)

Apache-2.0

20KB
345 lines

Scala Native demangler for Rust

Turn mangled Scala Native identifiers into a more readable form.

  1. Name mangling rules: https://scala-native.org/en/latest/contrib/mangling.html
  2. Scala implementation: https://github.com/indoorvivants/sn-demangler

lib.rs:

Demangle Scala Native identifiers

Turn mangled Scala Native identifiers into a more readable form.

  1. Name mangling rules: https://scala-native.org/en/latest/contrib/mangling.html
  2. Scala implementation: https://github.com/indoorvivants/sn-demangler

No runtime deps