#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

#481 in Debugging

Download history 624/week @ 2024-11-30 426/week @ 2024-12-07 356/week @ 2024-12-14 248/week @ 2024-12-21 274/week @ 2024-12-28 460/week @ 2025-01-04 328/week @ 2025-01-11 555/week @ 2025-01-18 363/week @ 2025-01-25 1114/week @ 2025-02-01 484/week @ 2025-02-08 546/week @ 2025-02-15 695/week @ 2025-02-22 652/week @ 2025-03-01 608/week @ 2025-03-08 468/week @ 2025-03-15

2,496 downloads per month
Used in 6 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