#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

#410 in Debugging

Download history 6/week @ 2024-02-21 37/week @ 2024-02-28 603/week @ 2024-03-06 135/week @ 2024-03-13 84/week @ 2024-03-20 163/week @ 2024-03-27 110/week @ 2024-04-03 497/week @ 2024-04-10 556/week @ 2024-04-17 856/week @ 2024-04-24

2,061 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