file-operation 0.8.9

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
<center>

## file-operation

[![](https://img.shields.io/crates/v/file-operation.svg)](https://crates.io/crates/file-operation)
[![](https://img.shields.io/crates/d/file-operation.svg)](https://img.shields.io/crates/d/file-operation.svg)
[![](https://docs.rs/file-operation/badge.svg)](https://docs.rs/file-operation)
[![](https://github.com/crates-dev/file-operation/workflows/Rust/badge.svg)](https://github.com/crates-dev/file-operation/actions?query=workflow:Rust)
[![](https://img.shields.io/crates/l/file-operation.svg)](./LICENSE)

</center>

[Official Documentation](https://docs.ltpp.vip/file-operation/)

[Api Docs](https://docs.rs/file-operation/latest/file_operation/)

> 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.

## Installation

To use this crate, you can run cmd:

```shell
cargo add file-operation
```

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

## Contributing

Contributions are welcome! Please open an issue or submit a pull request.

## Contact

For any inquiries, please reach out to the author at [root@ltpp.vip](mailto:root@ltpp.vip).