#inotify #linux #ffi-bindings #low-level #serve

inotify-sys

inotify bindings for the Rust programming language

6 releases

Uses old Rust 2015

0.1.5 Jan 16, 2021
0.1.4 Nov 6, 2020
0.1.3 Jul 26, 2018
0.1.2 Nov 22, 2017
0.1.0 May 8, 2017

#629 in Filesystem

Download history 206820/week @ 2023-11-20 239577/week @ 2023-11-27 240779/week @ 2023-12-04 242227/week @ 2023-12-11 227107/week @ 2023-12-18 148429/week @ 2023-12-25 205199/week @ 2024-01-01 247886/week @ 2024-01-08 256631/week @ 2024-01-15 279673/week @ 2024-01-22 288412/week @ 2024-01-29 278467/week @ 2024-02-05 285619/week @ 2024-02-12 292553/week @ 2024-02-19 311812/week @ 2024-02-26 295540/week @ 2024-03-04

1,207,844 downloads per month
Used in 1,073 crates (2 directly)

ISC license

31KB
54 lines

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

Dependencies

~42KB