• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

src/25-Apr-2025-71455

Android.bpD25-Apr-2025848 3228

CHANGELOG.mdD25-Apr-2025133 84

CONTRIBUTING.mdD25-Apr-20254.4 KiB6949

Cargo.tomlD25-Apr-20251.3 KiB3734

Cargo.toml.origD25-Apr-2025833 2822

LICENSED25-Apr-2025741 1411

METADATAD25-Apr-2025642 2018

MODULE_LICENSE_ISCD25-Apr-20250

OWNERSD25-Apr-202569 32

README.mdD25-Apr-20251.5 KiB2617

cargo_embargo.jsonD25-Apr-202525 43

inotify-sys.sublime-projectD25-Apr-202589 109

README.md

1# inotify-sys [![crates.io](https://img.shields.io/crates/v/inotify-sys.svg)](https://crates.io/crates/inotify-sys) [![Documentation](https://docs.rs/inotify-sys/badge.svg)](https://docs.rs/inotify-sys) [![Build Status](https://travis-ci.org/inotify-rs/inotify-sys.svg?branch=master)](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