File Operations in Rust

Playing around with crawling and identifying file data and putting them in user-made structs

Current Goal

  • Print File metadata in proper format, I think I need to implement the fmt::display trait for my a user-made struct with all the info.