summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2012-01-29 02:09:53 +0100
committerBen Noordhuis <info@bnoordhuis.nl>2012-01-29 02:09:53 +0100
commit470dc9e807b93546d3f1c05426e6f1b8746d94ff (patch)
tree462258f389a6e6bb7624d4723ec0cebea08b0744
parent1cfee2c27ebdf29bb57ea4fa048b2db533d79f91 (diff)
Add README.
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..558a5af
--- /dev/null
+++ b/README.md
@@ -0,0 +1,7 @@
+## rust-epoll
+
+Low-level bindings to `epoll_create1()`, `epoll_ctl()` and `epoll_wait()`.
+
+### known bugs
+
+Documentation is sorely lacking.