From 79c252ace71be4540ed989f26bb8544cc5060e0d Mon Sep 17 00:00:00 2001 From: kud1ing Date: Fri, 7 Aug 2015 12:28:10 +0200 Subject: [PATCH] add hannobraun/inotify-rs --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 51c8861..cf3e0f0 100644 --- a/README.md +++ b/README.md @@ -229,11 +229,13 @@ The goal is to have only projects that are mostly stable and useful to users. * CommonMark * [google/pulldown-cmark](https://github.com/google/pulldown-cmark) — [CommonMark](http://commonmark.org/) parser in Rust + ### Mobile * [tomaka/android-rs-glue](https://github.com/tomaka/android-rs-glue) — glue between Rust and Android [](https://travis-ci.org/tomaka/android-rs-glue) * [vhbit/ObjCrust](https://github.com/vhbit/ObjCrust) — using Rust to create an iOS static library [](https://travis-ci.org/vhbit/ObjCrust) + ### Network programming * Beanstalkd @@ -271,6 +273,7 @@ The goal is to have only projects that are mostly stable and useful to users. * [kbknapp/doapi](https://github.com/kbknapp/doapi-rs) — DigitalOcean v2 API bindings [](https://travis-ci.org/kbknapp/doapi-rs) * Linux * [carllerche/nix-rust](https://github.com/carllerche/nix-rust) — Linux API bindings [](https://travis-ci.org/carllerche/nix-rust) + * [hannobraun/inotify-rs](https://github.com/hannobraun/inotify-rs) — [inotify](http://en.wikipedia.org/wiki/Inotify) bindings [](https://travis-ci.org/hannobraun/inotify-rs) * Windows * [retep998/winapi-rs](https://github.com/retep998/winapi-rs) — Windows API bindings [](https://travis-ci.org/retep998/winapi-rs)