Expand description
Loader module: Read and parse .unit.spec files from the filesystem
Functions:
- Load single .unit.spec file
- Load directory recursively
- UTF-8 validation before YAML parsing
- Error tracking with file paths
Structs§
- Directory
Load Report - Result of a collect-all directory load.
Functions§
- is_
unit_ spec - Check if a path is a .unit.spec file
- load_
directory - Load all .unit.spec files from a directory recursively
- load_
directory_ report - Load all .unit.spec files from a directory recursively, collecting traversal warnings and continuing past symlink cycles.
- load_
file - Load a single .unit.spec file