file-operation 0.8.19

A Rust library providing comprehensive utilities for file operations with both sync/async support. Includes operations for copy, delete, move, read and write files. Simplifies file handling in Rust projects with safe and efficient methods for file manipulation and metadata querying.
Documentation
1
2
3
4
5
6
mod r#impl;
mod r#struct;
#[cfg(test)]
mod test;

pub use r#struct::*;