https://github.com/latentdream/shepherd
🐑 Cross-platform file change motoring | No dependency
https://github.com/latentdream/shepherd
unix watchdog windows
Last synced: 3 months ago
JSON representation
🐑 Cross-platform file change motoring | No dependency
- Host: GitHub
- URL: https://github.com/latentdream/shepherd
- Owner: LatentDream
- Created: 2024-02-04T01:45:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-01T21:12:50.000Z (over 1 year ago)
- Last Synced: 2025-03-02T17:25:27.666Z (8 months ago)
- Topics: unix, watchdog, windows
- Language: Rust
- Homepage:
- Size: 312 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Simple file watchdog
This little project is an excuse to learn about unsafe Rust and the bindings between C and the language. It works on Unix and Windows platforms.
![]()
### Ressources
- [Rustonomicon](https://doc.rust-lang.org/nomicon/)
- [Understanding ReadDirectoryChangesW](https://qualapps.blogspot.com/2010/05/understanding-readdirectorychangesw_19.html) blog post from Jim Beveridge