Alex Crichton 473c10cc1c Bump to 0.1.10
Closes #15
2015-08-15 13:27:26 -07:00
2015-08-15 13:27:02 -07:00
2015-01-13 08:22:00 -08:00
2015-01-13 08:22:00 -08:00
2015-08-15 13:27:26 -07:00
2015-01-13 08:22:00 -08:00
2015-01-13 08:22:00 -08:00
2015-01-13 08:22:00 -08:00

libc

A Rust library with native bindings to the types and functions commonly found on various systems, including libc.

Build Status

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]

libc = "0.1"

and this to your crate root:

extern crate libc;
S
Description
提供 C 标准库的绑定。 | A Rust library that provides bindings to the C standard library.
Readme 23 MiB
Languages
Rust 98.3%
Python 0.6%
Shell 0.5%
Dockerfile 0.4%
CSS 0.2%