Expand description
Filesystem and native path policy for WoW Lab.
The crate separates lexical path manipulation from host filesystem access. Its path types omit queries, keeping I/O inside the reviewed operation modules.
Modulesยง
- artifact
- Generated-file comparison and persistence.
- atomic
- Interruption-safe file replacement.
- checksum
- Deterministic content checksums and snapshots of reviewed file sets.
- containment
- Resolution of existing paths within reviewed filesystem boundaries.
- directory
- Directory mutation and symlink-aware inspection.
- error
- Contextual filesystem errors.
- executable
- Durable creation of executable fixtures and helper programs.
- file
- File reading, writing, and streaming.
- link
- Platform-neutral symbolic-link creation.
- lock
- Process-scoped advisory file locks.
- path
- Lexical native-path types.
- private_
file - Create-once storage for private local state.
- temporary
- Scoped temporary filesystem ownership.
- walk
- Reviewed recursive repository traversal.
- working_
directory - Process working-directory discovery.