Module sbd::storage [] [src]

SBD message storage.

We can store messages in one of several backends, provided as submodules here. Storages implement the Storage trait.

Structs

FilesystemStorage

A structure for managing storing and retriving SBD messages on a filesystem.

MemoryStorage

A simple storage backend that saves the messages in memory.

Traits

Storage

Trait for all backend SBD storages.