structfs-path-macro 0.2.0

Compile-time validated path! macro for StructFS
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# structfs-path-macro

Compile-time validation for StructFS path literals.

## Usage

Applications normally use `structfs::path!` or `structfs_core_store::path!`.
Literal components are validated at compile time; expression components must
be validated `PathComponent` values. This crate shares the runtime grammar
through `structfs-path-validation`. There are no optional features.

## Candidate and support

Version 0.2.0 targets Rust 1.96+. See the [API documentation](https://docs.rs/structfs-path-macro)
for compiled examples and full contracts.
Read the [migration guide](https://github.com/StructFS/structfs/blob/main/docs/migration-0.2.md) before upgrading
code or persisted data. The [release procedure](https://github.com/StructFS/structfs/blob/main/docs/releasing.md)
describes package, platform and feature verification.