commit | ea5cc4af1105efa01c0dd783d87380bd898ec9fa | [log] [tgz] |
---|---|---|
author | Treehugger Robot <[email protected]> | Thu Jun 16 00:20:51 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Jun 16 00:20:51 2022 +0000 |
tree | f6456e13b9c64d74c9ec2b0a3265bcb060bee502 | |
parent | 6a41a7e5cb0465f140de3764ade166dae783b6d1 [diff] | |
parent | c1b848395766f46e2668805988239db85b8fa2f9 [diff] |
Merge "Update TEST_MAPPING" am: 8a0f751136 am: eea18f852d am: 8a3a103ffb am: 4d73d2ad1f am: c1b8483957 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/rustc-demangle/+/2125248 Change-Id: I47f38848c3fdd5ab921ea688a0c1ae94fefeca02 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.