cloud-disk-sync 0.1.0

a cloud disk sync tool
Documentation
1
2
3
4
5
6
7
pub mod hooks;
pub mod manager;

#[derive(Debug)]
pub struct FileMetadata {
    pub path: String,
}