Skip to main content

Module store

Module store 

Source
Expand description

High-level key/value store abstraction built on top of the fs layer.

Structs§

Store
Store

Functions§

find
Returns the first Some path from the given list of candidates, panicking if every candidate is None.
hash
Computes a stable hexadecimal hash string for any Hash-able value, used to derive a browser local-storage key when no explicit key is given.
parse
Converts a path string into a PathBuf, expanding a leading ~ to the user’s home directory.