1 Star 0 Fork 12

OpenHarmony-LoongArch/third_party_rust_libc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cargo.toml 954 Bytes
一键复制 编辑 原始数据 按行查看 历史
Florian Bartels 提交于 2022-12-22 08:58 . Prepare 0.2.139 release
[package]
name = "libc"
version = "0.2.139"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-lang/libc"
homepage = "https://github.com/rust-lang/libc"
documentation = "https://docs.rs/libc/"
keywords = ["libc", "ffi", "bindings", "operating", "system" ]
categories = ["external-ffi-bindings", "no-std", "os"]
build = "build.rs"
exclude = ["/ci/*", "/.github/*", "/.cirrus.yml", "/triagebot.toml"]
description = """
Raw FFI bindings to platform libraries like libc.
"""
[package.metadata.docs.rs]
features = ["const-extern-fn", "extra_traits"]
[dependencies]
rustc-std-workspace-core = { version = "1.0.0", optional = true }
[features]
default = ["std"]
std = []
align = []
rustc-dep-of-std = ['align', 'rustc-std-workspace-core']
extra_traits = []
const-extern-fn = []
# use_std is deprecated, use `std` instead
use_std = [ 'std' ]
[workspace]
members = ["libc-test"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony-loongarch/third_party_rust_libc.git
git@gitee.com:openharmony-loongarch/third_party_rust_libc.git
openharmony-loongarch
third_party_rust_libc
third_party_rust_libc
ohos-main

搜索帮助