Expand description
Filesystem-backed implementation of layer0’s StateStore trait.
Each scope maps to a subdirectory under the root. Keys are
URL-encoded and stored as .json files within the scope directory.
Provides true persistence across process restarts.
Structs§
- FsStore
- Filesystem-backed state store.