An open API service indexing awesome lists of open source software.

https://github.com/octplane/fsevent-rust

FSEvent bindings for rust.
https://github.com/octplane/fsevent-rust

ffi-bindings fsevents rust

Last synced: 3 months ago
JSON representation

FSEvent bindings for rust.

Awesome Lists containing this project

README

          

# FSEvent API for Rust

Original Author:
- Pierre Baillet [octplane](https://github.com/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

1. Fork the repository
2. Create a feature branch (`git checkout -b feature/amazing-feature`)
3. Make your changes
4. Run tests: `cargo test`
5. Run clippy: `cargo clippy`
6. Format your code: `cargo fmt`
7. Commit your changes (`git commit -m 'Add some amazing feature'`)
8. Push to your branch (`git push origin feature/amazing-feature`)
9. 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](https://github.com/kali)
- ShuYu Wang [andelf](https://github.com/andelf)
- Jake Kerr [jakerr](https://github.com/jakerr)
- Jorge Aparicio [japaric](https://github.com/japaric)
- Markus Westerlind [Marwes](https://github.com/Marwes)
- Bruce Mitchener [waywardmonkeys](https://github.com/waywardmonkeys)
- Zac Brown [zacbrown](https://github.com/zacbrown)
- mtak- [mtak-](https://github.com/mtak-)
- Yuki Okushi [JohnTitor](https://github.com/JohnTitor)
- Alexander Kjäll [alexanderkjall](https://github.com/alexanderkjall )
- Alphyr [a1phy](https://github.com/a1phyr)
- Simon [simonchatts](https://github.com/simonchatts)
- Erick Tryzelaar [erickt](https://github.com/erickt)
- Donough Liu [ldm0](https://github.com/ldm0)
- Mads Marquart [madsmtm](https://github.com/madsmtm)