| Crates.io | fsevent |
| lib.rs | fsevent |
| version | 2.3.0 |
| created_at | 2015-01-13 12:54:31.72785+00 |
| updated_at | 2025-11-17 08:55:01.91908+00 |
| description | Rust bindings to the fsevent-sys macOS API for file changes notifications |
| homepage | |
| repository | https://github.com/octplane/fsevent-rust |
| max_upload_size | |
| id | 779 |
| size | 46,355 |
Original Author:
In cargo.toml
fsevent = "*"
cf examples/ folder.
Contributions are welcome! Here's how you can help:
If you find a bug or have a feature request, please open an issue on GitHub with:
git checkout -b feature/amazing-feature)cargo testcargo clippycargo fmtgit commit -m 'Add some amazing feature')git push origin feature/amazing-feature)Please ensure:
rustfmt)