demangle

Crates.iodemangle
lib.rsdemangle
version0.1.2
sourcesrc
created_at2024-04-01 03:23:59.268653
updated_at2024-04-01 03:36:23.45368
descriptionCLI tool for quickly demangling a symbol
homepage
repositoryhttps://github.com/valentinegb/demangle
max_upload_size
id1192097
size15,317
Valentine Briese (valentinegb)

documentation

README

demangle

Rust

CLI tool for quickly demangling a symbol

Supports the same languages as symbolic-demangle: C++, Rust, Swift, and ObjC.

Powered by symbolic and clap.

Usage

demangle <LANGUAGE> <SYMBOL>

Use demangle --help for more.

Example

% demangle swift '_$s10Foundation15AttributeScopesO7SwiftUIE05swiftE0AcDE0D12UIAttributesVmvg'
(extension in SwiftUI):Foundation.AttributeScopes.swiftUI.getter : (extension in SwiftUI):Foundation.AttributeScopes.SwiftUIAttributes.Type

Installation

cargo install demangle
Commit count: 10

cargo fmt