#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

#361 in Debugging

Download history 40/week @ 2024-02-25 405/week @ 2024-03-03 235/week @ 2024-03-10 119/week @ 2024-03-17 91/week @ 2024-03-24 211/week @ 2024-03-31 140/week @ 2024-04-07 637/week @ 2024-04-14 555/week @ 2024-04-21 1005/week @ 2024-04-28 688/week @ 2024-05-05

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