file_operation/
lib.rs

1pub(crate) mod file;
2
3pub use file::{copy::*, delete::*, r#move::*, read::*, r#struct::*, write::*};