Module load_store

Source
Expand description

Helper module for loading and storing via serde

Utilities to load or store a serde-able object, in JSON format, to/from a disk file at a caller-specified filename.

The caller is supposed to do any necessary locking.

The entrypoints are methods on [Target], which the caller is supposed to construct.

Structs§

Target 🔒
Common arguments to load/store operations