From 2442e299e80724d813fffa9a11a6fe86227f488b Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Sat, 16 Aug 2014 18:45:34 -0700 Subject: Epoll, rename to nix, misc cleanup --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'README.md') 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 :) -- cgit v1.2.3