Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.


Unsafe Rust Meme

### 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