Import 'inotify-sys' crate

Request Document: go/android-rust-importing-crates
For CL Reviewers: go/android3p#cl-review
For Build Team: go/ab-third-party-imports
Bug: 374130642
Test: m libinotify_sys

Change-Id: I581e3afdd8193e0b10d0574b08e164ea75f4aba9
13 files changed
tree: bb8e54ae74c245ee188a52e9a5e787847f46ee6c
  1. src/
  2. Android.bp
  3. Cargo.toml
  4. Cargo.toml.orig
  5. cargo_embargo.json
  6. CHANGELOG.md
  7. CONTRIBUTING.md
  8. inotify-sys.sublime-project
  9. LICENSE
  10. METADATA
  11. MODULE_LICENSE_ISC
  12. OWNERS
  13. README.md
README.md

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.