Expand description
Command line arguments and result files shared by the anytime examples.
Structs§
- Example
Parser - Command line arguments of the anytime examples.
- Res
- The results of one run, saved as JSON.
Functions§
- load_
results - Reads results saved earlier, if the file exists and parses.
- remove_
results - Deletes a result file if it exists.
- save_
results - Writes
resulttoresult_path, creating its directory.