25个版本
使用旧的Rust 2015
0.1.24 | 2024年5月7日 |
---|---|
0.1.23 | 2023年4月16日 |
0.1.22 | 2023年3月23日 |
0.1.21 | 2021年8月24日 |
0.1.1 | 2016年7月10日 |
在 编程语言 中排名 2
每月下载量 6,381,162
在 32,726 个 crate(98个直接使用)中使用
88KB
2K SLoC
rustc-demangle
用Rust编写的Rust符号解名器。
用法
您可以通过您的 Cargo.toml
添加此依赖项
[dependencies]
rustc-demangle = "0.1"
并确保查看crate文档以了解用法。
非Rust语言的用法
您还可以通过 crates/capi
目录中的C API包装器使用此crate。这可以构建为
$ cargo build -p rustc-demangle-capi --release
然后您将找到 target/release/librustc_demangle.a
和 target/release/librustc_demangle.so
(或根据您的平台具有不同的名称)。这些对象实现了在 crates/capi/include/rustc_demangle.h
中指定的接口。
许可证
此项目受以下任一许可证的许可
- Apache License,版本2.0(LICENSE-APACHE 或 http://www.apache.org/licenses/LICENSE-2.0)
- MIT许可证(LICENSE-MIT 或 http://opensource.org/licenses/MIT)
由您选择。
贡献
除非您明确声明,否则任何有意提交给 rustc-demangle 的贡献,根据 Apache-2.0 许可证定义,应按上述方式双许可,没有任何附加条款或条件。
依赖项
~205KB