commit | 534269b4e78f2bbab86331c8f882e5e3648e1d7a | [log] [tgz] |
---|---|---|
author | Matthew Maurer <mmaurer@google.com> | Mon Aug 23 21:03:55 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Aug 23 21:03:55 2021 +0000 |
tree | faa186535256536e9e910d1f323454bd411f0af3 | |
parent | 94cb65ac6e8714d75d61e5c14382ff85004fd93f [diff] | |
parent | b606722544e8d0a7fabdbb58604e257930e38f9f [diff] |
Initial Import: rustc-demangle-0.1.20 am: 813ee2753a am: 26b49c2fc9 am: f1ccdfa229 am: 6017f724ef am: b606722544 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/rustc-demangle/+/1798349 Change-Id: I5594095e8d24bf57e218bdf3c38e56f99d1063dd
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.