Expand description
The project: opys.toml at the project root (found by searching upward),
plus the inventory base it points at (default opys/, holding the
document files and _retired.txt).
Structs§
Statics§
Functions§
- find_
root - Walk up from
start(inclusive) to the filesystem root, returning the first directory that contains anopys.toml— the project root. - id_
format_ re ^PREFIX-\d{pad,}$— the verify-time id format (pad-or-more digits).- parse_
field - Parse a
key=valuecustom-field assignment, coercing the value through YAML (son=3is an int,t=[a, b]a list,s=fooa string). - start_
dir - The directory to start the
opys.tomlsearch from:rootmade absolute (default.→ the current working directory).