structfs-path-validation 0.2.0

Shared path component validation rules for StructFS
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 5.24 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 118.21 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1s Average build duration of successful builds.
  • all releases: 1s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • StructFS/structfs
    2 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • akesling

structfs-path-validation

The shared grammar for StructFS runtime and compile-time path validation.

Usage

validate_component accepts numeric strings and the documented Unicode identifier grammar. Empty components, bare _, punctuation and slashes fail. Use core-store PathComponent::encode when arbitrary names must become valid components. There are no optional features.

Candidate and support

Version 0.2.0 targets Rust 1.96+. See the API documentation for compiled examples and full contracts. Read the migration guide before upgrading code or persisted data. The release procedure describes package, platform and feature verification.