17 releases (10 stable)
| 5.2.0 | Nov 17, 2025 |
|---|---|
| 4.1.0 | Jan 5, 2022 |
| 4.0.0 | May 19, 2021 |
| 3.2.0 |
|
| 0.1.1 | Jan 30, 2015 |
#55 in macOS and iOS APIs
2,019,767 downloads per month
Used in 470 crates
(5 directly)
9KB
135 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
- Mads Marquart madsmtm
Dependencies
~695KB
~13K SLoC