libc 0.2.44

A library for types and bindings to native C functions often found in libc or other common platform libraries.
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 = []
default = ["use_std"]
rustc-dep-of-std = ["align", "rustc-std-workspace-core"]
use_std = []

[package]
authors = ["The Rust Project Developers"]
build = "build.rs"
description = "A library for types and bindings to native C functions often found in libc or\nother common platform libraries.\n"
documentation = "http://doc.rust-lang.org/libc"
exclude = ["/ci/*", "/.travis.yml", "/appveyor.yml"]
homepage = "https://github.com/rust-lang/libc"
license = "MIT OR Apache-2.0"
name = "libc"
readme = "README.md"
repository = "https://github.com/rust-lang/libc"
version = "0.2.44"