commit | 4dfcb9058ec7757cb90ef787a2507ae89d0361f4 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu May 23 23:14:56 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu May 23 23:14:56 2024 +0000 |
tree | 4fc8deb01cd6b3db8b3f79b57cc82cdc31c67ed7 | |
parent | 89bca726ab692875033ee22a2bcf72839fc088d0 [diff] | |
parent | 40d0575009f747f97b2c80a0ae458c682efb80d3 [diff] |
Snap for 11881322 from 40d0575009f747f97b2c80a0ae458c682efb80d3 to 24Q3-release Change-Id: I8bcd161ea913ab6f21a8963ebb08366d3e97bcf2
Demangling for Rust symbols, written in Rust.
You can add this as a dependency via your Cargo.toml
[dependencies] rustc-demangle = "0.1"
and then be sure to check out the crate documentation for usage.
You can also use this crate from other languages via the C API wrapper in the crates/capi
directory. This can be build with:
$ cargo build -p rustc-demangle-capi --release
You'll then find target/release/librustc_demangle.a
and target/release/librustc_demangle.so
(or a different name depending on your platform). These objects implement the interface specified in crates/capi/include/rustc_demangle.h
.
This project is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in rustc-demangle you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.