#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

#1 in #scala

Download history 406/week @ 2024-06-19 486/week @ 2024-06-26 347/week @ 2024-07-03 565/week @ 2024-07-10 374/week @ 2024-07-17 400/week @ 2024-07-24 306/week @ 2024-07-31 337/week @ 2024-08-07 317/week @ 2024-08-14 235/week @ 2024-08-21 283/week @ 2024-08-28 345/week @ 2024-09-04 267/week @ 2024-09-11 284/week @ 2024-09-18 337/week @ 2024-09-25 452/week @ 2024-10-02

1,395 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