Skip to content

Commit 530f31f

Browse files
committed
Auto merge of #1141 - gnzlbg:cats, r=gnzlbg
Use crates.io keywords and categories Closes #651 .
2 parents b43f986 + 7afe55b commit 530f31f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ readme = "README.md"
77
repository = "https://github.com/rust-lang/libc"
88
homepage = "https://github.com/rust-lang/libc"
99
documentation = "http://doc.rust-lang.org/libc"
10-
description = """
11-
A library for types and bindings to native C functions often found in libc or
12-
other common platform libraries.
13-
"""
10+
keywords = ["libc", "ffi", "bindings", "operating", "system" ]
11+
categories = ["external-ffi-bindings", "no-std", "os"]
1412
build = "build.rs"
1513
exclude = ["/ci/*", "/.travis.yml", "/appveyor.yml"]
14+
description = """
15+
Raw FFI bindings to platform libraries like libc.
16+
"""
1617

1718
[badges]
1819
travis-ci = { repository = "rust-lang/libc" }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
libc
22
====
33

4-
Rust wrapper over the system's `libc`.
4+
Raw FFI bindings to platform libraries like `libc`.
55

66
[![Build Status](https://travis-ci.org/rust-lang/libc.svg?branch=master)](https://travis-ci.org/rust-lang/libc)
77
[![Build status](https://ci.appveyor.com/api/projects/status/github/rust-lang/libc?svg=true)](https://ci.appveyor.com/project/rust-lang-libs/libc)

0 commit comments

Comments
 (0)