file-operation 0.8.13

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
[dependencies.tokio]
features = ["full"]
version = "1.49.0"

[lib]
name = "file_operation"
path = "src/lib.rs"

[package]
authors = ["root@ltpp.vip"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "web-programming"]
description = "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."
edition = "2024"
exclude = ["target", "Cargo.lock", "sh", ".github"]
keywords = ["time", "hyperlane", "day", "format", "lang"]
license = "MIT"
name = "file-operation"
readme = "README.md"
repository = "https://github.com/crates-dev/file-operation.git"
version = "0.8.13"

[profile.dev]
codegen-units = 1
debug = 0
incremental = false
lto = true
opt-level = 3
panic = "unwind"
strip = "debuginfo"

[profile.release]
codegen-units = 1
debug = 0
incremental = false
lto = true
opt-level = 3
panic = "unwind"
strip = "debuginfo"