Auto merge of #1141 - gnzlbg:cats, r=gnzlbg

Use crates.io keywords and categories

Closes #651 .
This commit is contained in:
bors 2018-11-23 11:26:18 +00:00
commit 530f31f6c1
2 changed files with 6 additions and 5 deletions

View file

@ -7,12 +7,13 @@ readme = "README.md"
repository = "https://github.com/rust-lang/libc"
homepage = "https://github.com/rust-lang/libc"
documentation = "http://doc.rust-lang.org/libc"
description = """
A library for types and bindings to native C functions often found in libc or
other common platform libraries.
"""
keywords = ["libc", "ffi", "bindings", "operating", "system" ]
categories = ["external-ffi-bindings", "no-std", "os"]
build = "build.rs"
exclude = ["/ci/*", "/.travis.yml", "/appveyor.yml"]
description = """
Raw FFI bindings to platform libraries like libc.
"""
[badges]
travis-ci = { repository = "rust-lang/libc" }

View file

@ -1,7 +1,7 @@
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://ci.appveyor.com/api/projects/status/github/rust-lang/libc?svg=true)](https://ci.appveyor.com/project/rust-lang-libs/libc)