2 releases
0.1.1 | Sep 23, 2020 |
---|---|
0.1.0 | Apr 15, 2020 |
#1597 in Filesystem
10KB
92 lines
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–10MB
~91K SLoC