1 Star 0 Fork 0

udbg/libffi-sys-rs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cargo.toml 578 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yorick Peterse 提交于 2020-10-25 00:28 . (cargo-release) version 1.0.0
[package]
name = "libffi-sys"
version = "1.0.0"
authors = ["Jesse A. Tov <jesse.tov@gmail.com>"]
links = "ffi"
build = "build/build.rs"
description = "Raw Rust bindings for libffi"
repository = "https://github.com/tov/libffi-sys-rs"
readme = "README.md"
license = "MIT/Apache-2.0"
keywords = ["ffi", "libffi", "closure", "c"]
edition = "2018"
[features]
system = []
complex = []
[package.metadata.docs.rs]
features = ["system"]
[target.'cfg(target_env = "msvc")'.build-dependencies]
cc = "1.0.48"
[target.'cfg(not(target_env = "msvc"))'.build-dependencies]
make-cmd = "0.1"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/udbg/libffi-sys-rs.git
git@gitee.com:udbg/libffi-sys-rs.git
udbg
libffi-sys-rs
libffi-sys-rs
master

搜索帮助