parent
1eeba38558
commit
7afe55be24
@ -7,12 +7,13 @@ readme = "README.md"
|
|||||||
repository = "https://github.com/rust-lang/libc"
|
repository = "https://github.com/rust-lang/libc"
|
||||||
homepage = "https://github.com/rust-lang/libc"
|
homepage = "https://github.com/rust-lang/libc"
|
||||||
documentation = "http://doc.rust-lang.org/libc"
|
documentation = "http://doc.rust-lang.org/libc"
|
||||||
description = """
|
keywords = ["libc", "ffi", "bindings", "operating", "system" ]
|
||||||
A library for types and bindings to native C functions often found in libc or
|
categories = ["external-ffi-bindings", "no-std", "os"]
|
||||||
other common platform libraries.
|
|
||||||
"""
|
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
exclude = ["/ci/*", "/.travis.yml", "/appveyor.yml"]
|
exclude = ["/ci/*", "/.travis.yml", "/appveyor.yml"]
|
||||||
|
description = """
|
||||||
|
Raw FFI bindings to platform libraries like libc.
|
||||||
|
"""
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
travis-ci = { repository = "rust-lang/libc" }
|
travis-ci = { repository = "rust-lang/libc" }
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
libc
|
libc
|
||||||
====
|
====
|
||||||
|
|
||||||
Rust wrapper over the system's `libc`.
|
Raw FFI bindings to platform libraries like `libc`.
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/rust-lang/libc.svg?branch=master)](https://travis-ci.org/rust-lang/libc)
|
[![Build Status](https://travis-ci.org/rust-lang/libc.svg?branch=master)](https://travis-ci.org/rust-lang/libc)
|
||||||
[![Build status](https://ci.appveyor.com/api/projects/status/github/rust-lang/libc?svg=true)](https://ci.appveyor.com/project/rust-lang-libs/libc)
|
[![Build status](https://ci.appveyor.com/api/projects/status/github/rust-lang/libc?svg=true)](https://ci.appveyor.com/project/rust-lang-libs/libc)
|
||||||
|
Loading…
Reference in New Issue
Block a user