A simple library meant to be used as a build dependency with Cargo packages in order to use the system pkg-config tool (if available) to determine where a library is located. Some Rust sys crates ...
This uses the notify library to watch files for changes in a background thread. Whenever a file changes, this will call into a user-defined loader function to load the contents of the file and store ...