| 123456789101112131415161718192021 |
- //use std::path::Path;
- //
- //struct FileSystemWatcher {
- // // TODO
- //}
- //
- //impl FileSystemWatcher {
- // // TODO
- //}
- //
- //struct DirectoryTreeWatcher {
- // // TODO
- //}
-
- #[cfg(test)]
- mod tests {
- #[test]
- fn it_works() {
- assert_eq!(2 + 2, 4);
- }
- }
|