Expand description
Adapters for interacting with the operating system (Filesystem, Processes, Environment).
Structs§
- Environment
- Environment variables and system metadata.
Functions§
- compute_
hashes_ parallel - Computes the BLAKE3 hash of multiple files using a thread-safe parallel approach.
- get_
files_ from_ directory - Get all files into one vector.
- get_
hash - Calculates the BLAKE3 hash from any IO Reader stream.
- kill_
other_ instances - Scans the system for other running instances of
wallswitchand terminates them. - probe_
image_ dimension - Probes image dimensions using pure-Rust in-process header scanning.