diff options
author | gnzlbg <gonzalobg88@gmail.com> | 2018-11-22 19:05:49 +0100 |
---|---|---|
committer | gnzlbg <gonzalobg88@gmail.com> | 2018-11-22 19:06:40 +0100 |
commit | 7afe55be24a6475d45b4faba1082fae6816814b2 (patch) | |
tree | f41284dd07bed9643481c76f7e1125114fc4d16b /README.md | |
parent | 1eeba38558f5f83cd62901923f4bea8eea90bf82 (diff) | |
download | rust-libc-7afe55be24a6475d45b4faba1082fae6816814b2.tar.gz |
Use crates.io keywords and categories
Closes #651 .
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |