package
0.13.8
Repository: https://github.com/creachadair/ffs.git
Documentation: pkg.go.dev

# Functions

New constructs a new empty Store that uses newKV to construct keyspaces.
NewKV constructs a new, empty key-value namespace.
Opener constructs a [blob.StoreCloser] for use with the [store] package.

# Structs

KV implements the [blob.KV] interface using an in-memory dictionary.
A Store implements the [blob.Store] interface using an in-memory dictionary for each keyspace.