Language

Package: rust-libc @ 0.2.62

Synopsis

Raw FFI bindings to platform libraries like 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.

Home page
https://github.com/rust-lang/libc
Location
gnu/packages/crates-io.scm (line: 1561, column: 2)
Licenses

Lint warnings

LinterMessageLocation
description

Validate package descriptions

sentences in description should be followed by two spaces; possible infraction at 144
description

Validate package descriptions

description should start with an upper-case letter or digit