path-name 0.2.0

Fetching path names.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "path-name"
version = "0.2.0"
authors = ["nekitdev <nekit@nekit.dev>"]
edition = "2024"
rust-version = "1.97"
description = "Fetching path names."
documentation = "https://docs.rs/path-name"
readme = "README.md"
repository = "https://github.com/nekitdev/path-name"
license = "MIT"
keywords = ["path", "name"]

[dependencies.non-empty-str]
version = "0.12.0"

[dependencies.thiserror]
version = "2.0.18"