blob: 3bfc011688a46b928b0a03cc2293da499bc1cd71 [file] [log] [blame]
name: "libc"
description: "libc provides all of the definitions necessary to easily interoperate with C code (or \"C-like\" code) on each of the platforms that Rust supports. This includes type definitions (e.g. c_int), constants (e.g. EINVAL) as well as function headers (e.g. malloc). This crate exports all underlying platform types, functions, and constants under the crate root, so all items are accessible as libc::foo. The types and values of all the exported APIs match the platform that libc is compiled for. More detailed information about the design of this library can be found in its associated RFC."
third_party {
url {
type: HOMEPAGE
value: "https://crates.io/crates/libc"
}
url {
type: GIT
value: "https://github.com/rust-lang/libc"
}
version: "0.2.71"
license_type: NOTICE
last_upgrade_date {
year: 2020
month: 5
day: 26
}
}