Modules
Macros
append data to file
copy file from a path to another path
Creates a new, empty directory at the provided path
Recursively create a directory and all of its parent components if they are missing.
create and write to file
list directory return Vec
move file from a path to another path
read file return Result<Vec<u8>, Box<dyn std::error::Error>>
list directory return Vec
can be used to remove file or folder
rename file