#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

#2 in #scala

Download history 332/week @ 2024-09-23 350/week @ 2024-09-30 460/week @ 2024-10-07 347/week @ 2024-10-14 364/week @ 2024-10-21 299/week @ 2024-10-28 313/week @ 2024-11-04 357/week @ 2024-11-11 417/week @ 2024-11-18 403/week @ 2024-11-25 646/week @ 2024-12-02 399/week @ 2024-12-09 348/week @ 2024-12-16 238/week @ 2024-12-23 281/week @ 2024-12-30 442/week @ 2025-01-06

1,346 downloads per month
Used in 5 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