rust use file_system::*; fn main() { let dir = DirectoryInfo::new("directory_path"); let file = FileInfo::new("file_path"); }