4 Star 0 Fork 8

OpenHarmony/third_party_rust_linux-raw-sys

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
[package]
name = "linux-raw-sys"
version = "0.1.4"
authors = ["Dan Gohman <dev@sunfishcode.online>"]
description = "Generated bindings for Linux's userspace API"
documentation = "https://docs.rs/linux-raw-sys"
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
repository = "https://github.com/sunfishcode/linux-raw-sys"
edition = "2018"
keywords = ["linux", "uapi", "ffi"]
categories = ["external-ffi-bindings"]
exclude = ["/gen", "/.*"]
rust-version = "1.48"
[dependencies]
core = { version = "1.0.0", optional = true, package = "rustc-std-workspace-core" }
compiler_builtins = { version = '0.1.49', optional = true }
[dev-dependencies]
static_assertions = "1.1.0"
libc = "0.2.100"
[package.metadata.docs.rs]
features = ["default", "ioctl", "netlink"]
targets = ["x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu"]
# The rest of this file is auto-generated!
[features]
errno = []
general = []
ioctl = []
netlink = []
default = ["std", "general", "errno"]
std = []
no_std = []
rustc-dep-of-std = ["core", "compiler_builtins", "no_std"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony/third_party_rust_linux-raw-sys.git
git@gitee.com:openharmony/third_party_rust_linux-raw-sys.git
openharmony
third_party_rust_linux-raw-sys
third_party_rust_linux-raw-sys
master

搜索帮助