• Home
Name Date Size #Lines LOC

..--

src/04-Jul-2025-71354

.android-checksum.jsonD04-Jul-2025933 11

.cargo-checksum.jsonD04-Jul-2025571 11

Android.bpD04-Jul-2025875 3329

CHANGELOG.mdD04-Jul-2025360 2111

CONTRIBUTING.mdD04-Jul-20251.5 KiB2614

Cargo.tomlD04-Jul-20251 KiB2927

LICENSED04-Jul-2025740 1311

METADATAD04-Jul-2025403 1817

MODULE_LICENSE_ISCD04-Jul-20250

README.mdD04-Jul-20251.5 KiB2617

cargo_embargo.jsonD04-Jul-202551 44

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) 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