Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/latentdream/shepherd
🐑 File change motoring | No dependency
https://github.com/latentdream/shepherd
unix watchdog windows
Last synced: 2 days ago
JSON representation
🐑 File change motoring | No dependency
- Host: GitHub
- URL: https://github.com/latentdream/shepherd
- Owner: LatentDream
- Created: 2024-02-04T01:45:53.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-11T23:04:46.000Z (11 months ago)
- Last Synced: 2024-02-14T11:46:21.299Z (11 months ago)
- Topics: unix, watchdog, windows
- Language: Rust
- Homepage:
- Size: 310 KB
- Stars: 1
- 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