Module file_watcher

Source

Structs§

FileWatcher
Watches a provided file for changes. Currently, this only works for Unix-like systems (tested on linux and macOS).

Functions§

is_same_file 🔒
Checks whether two paths, pointing at a file, refer to the same file. This might be slower than some platform-dependent alternatives, but should be guaranteed to work on all platforms