two-way file system sync
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

lib.rs 270B

123456789101112131415161718192021
  1. //use std::path::Path;
  2. //
  3. //struct FileSystemWatcher {
  4. // // TODO
  5. //}
  6. //
  7. //impl FileSystemWatcher {
  8. // // TODO
  9. //}
  10. //
  11. //struct DirectoryTreeWatcher {
  12. // // TODO
  13. //}
  14. #[cfg(test)]
  15. mod tests {
  16. #[test]
  17. fn it_works() {
  18. assert_eq!(2 + 2, 4);
  19. }
  20. }