file_operation/
lib.rs

1
2
3
pub(crate) mod file;

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