Enums§
- Model
Error - Unified error type for model persistence and related operations.
Functions§
- load_
zstd - Read and decompress a zstd-compressed file, returning the raw bytes.
- pathbuf_
to_ string_ result - Convert a
PathBufto a UTF-8String, or return aModelError. - save_
zstd - Write
datatopathwith zstd compression (level 19).