commit | af38dc6b06b5665c79a4778268e4faf5decd19df | [log] [tgz] |
---|---|---|
author | Mark Rousskov <mark.simulacrum@gmail.com> | Sun Apr 16 16:51:56 2023 -0400 |
committer | Mark Rousskov <mark.simulacrum@gmail.com> | Sun Apr 16 16:51:56 2023 -0400 |
tree | 23ccaf69c3242ce09b00fc3c8a81e467de9b6c46 | |
parent | 61c64c399f9da49b0c0339b2fcf83ba2e8135fda [diff] |
0.1.23 release
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.