Crate mvdb [] [src]

Modules

errors

Structs

Mvdb

Minimum Viable Psuedo Database

Functions

just_load

Attempt to load the contents of a serialized file to a T. If anything goes wrong (file not available, schema mismatch),

just_write

Attempt to write the contents of a T to a serialized file. If anything goes wrong (file not writable, serialization failed),