swift-demangle
A Swift Demangle function in Rust
Installation
cargo add swift-demangle
API usage
use demangle;
demangle; // returns "Swift.Array"
CLI usage
[!IMPORTANT]
It's important to escape$
in your shell interface.
cargo run "_\$s7SwiftUI12__GridLayoutVAA014_VariadicView_F4RootAAWP"
# protocol witness table for SwiftUI.__GridLayout : SwiftUI._VariadicView_ViewRoot in SwiftUI
# Swift.Array
Licence
Copyright
© 2024, Eugene Hauptmann