#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 383/week @ 2024-07-26 296/week @ 2024-08-02 306/week @ 2024-08-09 305/week @ 2024-08-16 259/week @ 2024-08-23 296/week @ 2024-08-30 329/week @ 2024-09-06 285/week @ 2024-09-13 327/week @ 2024-09-20 281/week @ 2024-09-27 529/week @ 2024-10-04 354/week @ 2024-10-11 354/week @ 2024-10-18 294/week @ 2024-10-25 322/week @ 2024-11-01 358/week @ 2024-11-08

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