libc
A Rust library with native bindings to the types and functions commonly found on various systems, including libc.
Usage
Add this to your Cargo.toml
:
[dependencies]
libc = "0.1"
and this to your crate root:
extern crate libc;
Description
Languages
Rust
98%
Shell
1%
Dockerfile
0.7%
CSS
0.3%