Expand description
High-level key/value store abstraction built on top of the fs layer.
Structs§
- Store
- Store
Functions§
- find
- Returns the first
Somepath from the given list of candidates, panicking if every candidate isNone. - 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.