summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2014-08-16 18:45:34 -0700
committerCarl Lerche <me@carllerche.com>2014-08-16 18:45:34 -0700
commit2442e299e80724d813fffa9a11a6fe86227f488b (patch)
tree8e4c167dc6ea15a1845d77fc06830722ab65997d /README.md
parent78cd78bbdac732bf2114bdfadb564cd4f7232365 (diff)
downloadnix-2442e299e80724d813fffa9a11a6fe86227f488b.zip
Epoll, rename to nix, misc cleanup
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/README.md b/README.md
index fe6496be..5d621ae7 100644
--- a/README.md
+++ b/README.md
@@ -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 :)