utf8path2 0.1.0

utf8path2 - a library for working with UTF-8 paths in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "utf8path2"
version = "0.1.0"
edition.workspace = true
authors.workspace = true
repository.workspace = true
description = "utf8path2 - a library for working with UTF-8 paths in Rust"
license = "MIT"


[features]
default = []
serde = ["dep:serde"]

[dependencies]
serde = { version = "1.0", features = ["derive"], optional = true }