file-operation 0.3.3

A Rust library providing a set of utilities for common file operations such as reading, writing, and querying file metadata like size. It aims to simplify file handling in Rust projects, offering safe and efficient file manipulation methods.
Documentation
[dependencies.tokio]
features = ["full"]
version = "1.43.0"

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

[package]
authors = ["ltpp-universe <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 a set of utilities for common file operations such as reading, writing, and querying file metadata like size. It aims to simplify file handling in Rust projects, offering safe and efficient file manipulation methods."
edition = "2021"
exclude = ["target", "Cargo.lock", "sh", ".github"]
keywords = ["time", "hyperlane", "day", "format", "lang"]
license = "MIT"
name = "file-operation"
readme = "README.md"
repository = "https://github.com/ltpp-universe/file-operation.git"
version = "0.3.3"

[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"