Module nimbus::stateful::persistence

source ·
Expand description

Our storage abstraction, currently backed by Rkv.

Structs§

  • Database used to access persisted data This an abstraction around an Rkv database An instance on this database is created each time the component is loaded if there is persisted data, the get functions should retrieve it
  • A wrapper for an Rkv store. Implemented to allow any value which supports serde to be used.

Enums§

  • Enumeration of the different stores within our database.

Traits§

Type Aliases§