diff options
author | Carl Lerche <me@carllerche.com> | 2014-08-16 18:45:34 -0700 |
---|---|---|
committer | Carl Lerche <me@carllerche.com> | 2014-08-16 18:45:34 -0700 |
commit | 2442e299e80724d813fffa9a11a6fe86227f488b (patch) | |
tree | 8e4c167dc6ea15a1845d77fc06830722ab65997d /README.md | |
parent | 78cd78bbdac732bf2114bdfadb564cd4f7232365 (diff) | |
download | nix-2442e299e80724d813fffa9a11a6fe86227f488b.zip |
Epoll, rename to nix, misc cleanup
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -1,8 +1,11 @@ -# Rust bindings to Linux APIs +# Rust bindings to *nix APIs -The goal is to provide rust friendly bindings to Linux APIs. This is -very much a work and progress and I am treating it as where I put -bindings that I need vs. spreading them around the various libs that I -work on. +Rust friendly bindings to various *nix platform APIs (Linux, Darwin, +...). The goal is to not provide a 100% unified interface, but try as +possible as well as providing platform specific APIs. It is up to the +consumer of this library to decide how portable they want to be. + +This is very much a work in progress and I'm mostly just adding bindings +as I need them. Of course, PRs welcome :) |