structfs-path-validation 0.2.0

Shared path component validation rules for StructFS
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "structfs-path-validation"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
description = "Shared path component validation rules for StructFS"
readme = "README.md"
keywords = ["path", "validation", "identifier", "uax31"]
categories = ["data-structures"]

[dependencies]
unicode-ident = "1.0"