29 releases (8 stable)
| 2.3.0 | Nov 17, 2025 |
|---|---|
| 2.1.2 | Jan 5, 2022 |
| 2.1.1 | May 19, 2021 |
| 2.0.2 | Jun 4, 2020 |
| 0.2.6 | Mar 23, 2015 |
#17 in macOS and iOS APIs
100,610 downloads per month
Used in 394 crates
(6 directly)
17KB
313 lines
FSEvent API for Rust
Original Author:
- Pierre Baillet octplane
Installation
In cargo.toml
fsevent = "*"
Usage
cf examples/ folder.
Contributing
Contributions are welcome! Here's how you can help:
Reporting Issues
If you find a bug or have a feature request, please open an issue on GitHub with:
- A clear description of the problem or suggestion
- Steps to reproduce (for bugs)
- Expected vs actual behavior
- Your environment details (OS version, Rust version)
Pull Requests
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Make your changes
- Run tests:
cargo test - Run clippy:
cargo clippy - Format your code:
cargo fmt - Commit your changes (
git commit -m 'Add some amazing feature') - Push to your branch (
git push origin feature/amazing-feature) - Open a Pull Request
Please ensure:
- All tests pass
- Code follows Rust style guidelines (enforced by
rustfmt) - New features include tests
- Documentation is updated if needed
Contributors
- Mathieu Poumeyrol kali
- ShuYu Wang andelf
- Jake Kerr jakerr
- Jorge Aparicio japaric
- Markus Westerlind Marwes
- Bruce Mitchener waywardmonkeys
- Zac Brown zacbrown
- mtak- mtak-
- Yuki Okushi JohnTitor
- Alexander Kjäll alexanderkjall
- Alphyr a1phy
- Simon simonchatts
- Erick Tryzelaar erickt
- Donough Liu ldm0
Dependencies
~2.5MB
~49K SLoC