commit | 95da2f043cf86a37f3e71412990d14cacde228c9 | [log] [tgz] |
---|---|---|
author | Sam Saccone <samccone@google.com> | Tue Jul 18 22:18:02 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jul 18 22:18:02 2023 +0000 |
tree | c468e125ca3ff0a56a8ec3853b509654b144e9d1 | |
parent | c6125975f41ef8dc37ee4c90407e60440e10e65d [diff] | |
parent | c7633dde389a4c35da5495700959bfa36b1b9a87 [diff] |
Move OWNER reference master=>main. am: 19821249fb am: 05ad506cf9 am: a402defde2 am: c7633dde38 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/rustc-demangle/+/2660182 Change-Id: Ied31d9e37bfce9f599d45c12d85b006ceef344b6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.