libc 0.2.67

Raw FFI bindings to platform libraries like libc.
Documentation
[badges.appveyor]
project_name = "rust-lang-libs/libc"
repository = "rust-lang/libc"

[badges.travis-ci]
repository = "rust-lang/libc"
[dependencies.rustc-std-workspace-core]
optional = true
version = "1.0.0"

[features]
align = []
const-extern-fn = []
default = ["std"]
extra_traits = []
rustc-dep-of-std = ["align", "rustc-std-workspace-core"]
std = []
use_std = ["std"]

[package]
authors = ["The Rust Project Developers"]
build = "build.rs"
categories = ["external-ffi-bindings", "no-std", "os"]
description = "Raw FFI bindings to platform libraries like libc.\n"
documentation = "http://doc.rust-lang.org/libc"
exclude = ["/ci/*", "/azure-pipelines.yml"]
homepage = "https://github.com/rust-lang/libc"
keywords = ["libc", "ffi", "bindings", "operating", "system"]
license = "MIT OR Apache-2.0"
name = "libc"
readme = "README.md"
repository = "https://github.com/rust-lang/libc"
version = "0.2.67"