inotify 0.1.1

Bindings and an idiomatic wrapper for inotify
docs.rs failed to build inotify-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: inotify-0.10.2

inotify-rs Build Status

What is inotify-rs?

It consists of two things:

Is it any good?

Yes.

The bindings are complete (after all, inotify isn't that big of an API). The idiomatic wrapper needs some work, but is already useful as it is.

How do I use it?

Include it in your Cargo.toml:

[dependencies]
inotify = "*"

Any documentation?

The binding is fully documented, but because inotify usage is subject to various caveats, warnings, and recommendations to build a robust and efficient application, programmers should read through the inotify(7) man page.

The wrapper is not documented at this time. (But pull requests are appreciated!)

What's the license?

Copyright (c) 2014, Hanno Braun and contributors

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.