Skip to content

inotify bindings for the Rust programming language

Notifications You must be signed in to change notification settings

jedisct1/inotify-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inotify-rs Build Status

What is inotify-rs?

It consists of two things:

Is it any good?

Yes.

The bindings are complete (after all, inotify isn't that big of an API). The idiomatic wrapper needs some work, but is already useful as it is.

How can I compile it?

$ rustc src/lib.rs

You can also use Cargo to compile it and use it in your projects.

Any documentation?

The binding is fully documented, but because inotify usage is subject to various caveats, warnings, and recommendations to build a robust and efficient application, programmers should read through the inotify(7) man page.

The wrapper is not documented at this time. (But pull requests are appreciated!)

What's the license?

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

About

inotify bindings for the Rust programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%