1 Star 0 Fork 0

udbg/msvc-demangler-rust

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 534 Bytes
一键复制 编辑 原始数据 按行查看 历史
Markus Stange 提交于 2021-06-03 18:10 . 0.9.0
[package]
authors = ["Markus Stange <mstange@themasta.com>", "Jeff Muizelaar <jrmuizel@gmail.com>"]
name = "msvc-demangler"
version = "0.9.0"
keywords = ["demangle", "undecorate", "c-plus-plus", "msvc"]
license = "MIT/NCSA"
documentation = "https://docs.rs/msvc-demangler/"
description = "A rust library that demangles / undecorates C++ symbols mangled by MSVC"
repository = "https://github.com/mstange/msvc-demangler-rust"
readme = "README.md"
[dependencies]
bitflags = "1.0.1"
[[bin]]
name = "undname"
path = "src/bin/undname.rs"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/udbg/msvc-demangler-rust.git
git@gitee.com:udbg/msvc-demangler-rust.git
udbg
msvc-demangler-rust
msvc-demangler-rust
master

搜索帮助