Merge pull request #8 from simon-i1-h/fix-link

Fix link, Remove Travis CI badge
This commit is contained in:
Jorge Aparicio 2017-01-23 21:13:48 -05:00 committed by GitHub
commit 16045c4949

View file

@ -1,9 +1,7 @@
# Raw system calls for Rust
[![Build Status](https://travis-ci.org/kmcallister/syscall.rs.svg?branch=master)](https://travis-ci.org/kmcallister/syscall.rs)
This library allows Rust code to invoke system calls directly.
See the [list of supported platforms](https://github.com/kmcallister/syscall.rs/tree/master/src/platform). Additions are very welcome!
See the [list of supported platforms](https://github.com/japaric/syscall.rs/tree/master/src/platform). Additions are very welcome!
We do not intend to provide wrapper functions like `read(2)` etc. because there are many subtly different ways to define them in Rust.