commit | 6a41a7e5cb0465f140de3764ade166dae783b6d1 | [log] [tgz] |
---|---|---|
author | Matthew Maurer <[email protected]> | Tue May 31 19:06:25 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue May 31 19:06:25 2022 +0000 |
tree | 2cda21577f155bbaf3fbdafa28a9599e9faf9c8b | |
parent | 328af6e6f37a39c0a5b8ba95c993057f69337a90 [diff] | |
parent | f3deab48606e72c9657dff091e498653598ecaa6 [diff] |
Update TEST_MAPPING am: c8eb729dcc am: db9f687954 am: 54b7c8f198 am: e5bff3a667 am: f3deab4860 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/rustc-demangle/+/2108604 Change-Id: I6844fc4ecdc1669b5c11746be1a3bbe499d22c39 Signed-off-by: Automerger Merge Worker <[email protected]>
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.