commit | e61836426d9d8bfcb49f5d4caf360fa9c0ce2a22 | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Thu Aug 29 16:00:27 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Aug 29 16:00:27 2024 +0000 |
tree | 669d4cb877986d57bfdd59756797e041cc48fc27 | |
parent | 02de2f1ec310653f14b70641a2d094276074e5ca [diff] | |
parent | 7b5bcee41715ab9425f59fc4a75bb68fcaff1b28 [diff] |
Migrate 25 crates to monorepo. am: 7b5bcee417 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/rustc-demangle/+/3248529 Change-Id: Ibec0c8b99839298dffc8a59a6aa092090e871097 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.