listen 0.1.1

A listener for filesystem events that executes a function when the event occurs
Documentation
[![Build Status](https://travis-ci.com/jaredforth/listen.svg?token=mH2pScYxqRkBEzpBQAu6&branch=master)](https://travis-ci.com/jaredforth/listen)
[![Build status](https://ci.appveyor.com/api/projects/status/w75cp0q4qr0hngf8?svg=true)](https://ci.appveyor.com/project/jaredforth/listen)
[![Crate](https://img.shields.io/crates/v/listen.svg)](https://crates.io/crates/listen)
[![API](https://docs.rs/listen/badge.svg)](https://docs.rs/listen)

# listen

A listener that responds to an `event` with a `function` 

Documentation:
-   [API Reference]https://docs.rs/listen


## Usage

Add this to your `Cargo.toml`:

```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](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT), and
[COPYRIGHT](COPYRIGHT) for details.