pathkit 0.5.0

Similar to the Path structure provided by python's pathlib, it provides various async/sync versions of file manipulation methods in addition to some of the std::Path built-in methods.
Documentation
[dependencies.anyhow]
version = "1.0.95"

[dependencies.async-trait]
version = "0.1.85"

[dependencies.path-absolutize]
version = "3.1.1"

[dependencies.tokio]
features = ["full"]
version = "1.43.0"

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

[package]
authors = ["kiki-kanri"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem"]
description = "Similar to the Path structure provided by python's pathlib, it provides various async/sync versions of file manipulation methods in addition to some of the std::Path built-in methods."
edition = "2021"
keywords = ["filesystem", "path", "utils"]
license = "MIT"
name = "pathkit"
readme = "README.md"
repository = "https://github.com/kiki-kanri/rust-pathkit"
version = "0.5.0"