pathx 0.1.0

A collection of utilities for working with paths.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "pathx"
version = "0.1.0"
authors = ["Pjdur"]
edition = "2024"
rust-version = "1.85"
description = "A collection of utilities for working with paths."
readme = "README.md"
homepage = "https://github.com/Pjdur/pathx"
repository = "https://github.com/Pjdur/pathx"
license = "MIT"
keywords = ["path", "utilities", "filesystem"]
categories = ["filesystem"]

[dependencies]