#listener #utility #events #execute #occurs #responds

listen

A listener for filesystem events that executes a function when the event occurs

2 releases

0.1.1 Sep 23, 2020
0.1.0 Apr 15, 2020

#1481 in Filesystem

21 downloads per month

MIT/Apache

10KB
92 lines

Build Status Build status Crate API

listen

A listener that responds to an event with a function

Documentation:

Usage

Add this to your Cargo.toml:

[dependencies]
listen = "0.1"

License

listen is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT, and COPYRIGHT for details.


lib.rs:

A filesystem listener.

listen listens for filesystem events and executes a function when the event occurs.

Dependencies

~2.6–4MB
~64K SLoC