Skip to main content

Crate wowlab_fs

Crate wowlab_fs 

Source
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.