Module mvdb::helpers [] [src]

Convenience functions used internally for loading from files, writing to files, and hashing data

It is not intended that users will want or need these, however they are exposed in case users find them interesting

Functions

hash_by_serialize

Use the default hasher to obtain the hash of a serialized item

just_load

Attempt to load the contents of a serialized file to a T

just_write

Attempt to write the contents of a T to a serialized file

just_write_string

Attempt to write the contents to a serialized file