file_operation/
lib.rs

1
2
3
pub(crate) mod file;

pub use file::{copy::*, delete::*, r#move::*, r#type::*, read::*, write::*};