Bug: 374130642

Clone this repo:
  1. fe75967 Migrate 3 crates to monorepo. am: 0adfb2714e by James Farrell · 6 weeks ago main
  2. 0adfb27 Migrate 3 crates to monorepo. by James Farrell · 6 weeks ago
  3. 9573d72 Add patch for license file. am: d22f0cbe21 by James Farrell · 6 weeks ago
  4. d22f0cb Add patch for license file. by James Farrell · 6 weeks ago
  5. 90962ca Merge remote-tracking branch 'origin/upstream' am: e0dd25e037 by Frank Piva · 7 weeks ago

inotify-sys crates.io Documentation Build Status

Low-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.

License

Copyright (c) 2014-2017, 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.