README.md
1# inotify-sys [](https://crates.io/crates/inotify-sys) [](https://docs.rs/inotify-sys) [](https://travis-ci.org/inotify-rs/inotify-sys)
2
3Low-level [inotify] bindings for the [Rust programming language]. This crate's main purpose is to serve as the base for [inotify-rs], the idiomatic Rust wrapper around inotify. Unless you're sure you specifically need this crate, please use [inotify-rs] instead.
4
5
6## License
7
8Copyright (c) 2014-2017, Hanno Braun and contributors
9
10Permission to use, copy, modify, and/or distribute this software for any purpose
11with or without fee is hereby granted, provided that the above copyright notice
12and this permission notice appear in all copies.
13
14THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
15REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
16FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
17INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
18OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
19TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
20THIS SOFTWARE.
21
22
23[inotify]: http://en.wikipedia.org/wiki/Inotify
24[Rust programming language]: http://rust-lang.org/
25[inotify-rs]: https://crates.io/crates/inotify
26