| commit | 02de2f1ec310653f14b70641a2d094276074e5ca | [log] [tgz] |
|---|---|---|
| author | James Farrell <[email protected]> | Wed Aug 07 22:52:36 2024 +0000 |
| committer | Automerger Merge Worker <[email protected]> | Wed Aug 07 22:52:36 2024 +0000 |
| tree | 5228f315cc47ab67eb6ba0483439cd47c7db83aa | |
| parent | 40d0575009f747f97b2c80a0ae458c682efb80d3 [diff] | |
| parent | 3224e3ca9a2fcfb21066fbe5a247d6f68dc0c97f [diff] |
Update Android.bp by running cargo_embargo am: 3224e3ca9a Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/rustc-demangle/+/3208509 Change-Id: Ia990a9f1d1cbd3d98ebb95cc22071164ce95d1a8 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.