Skip to main content

Module storage

Module storage 

Source
Expand description

Pluggable storage abstraction for certificate and persistent data.

The Storage trait defines a simple key-value interface that backends must implement. The default FileStorage backend stores data on disk.

Structs§

FileStorage
Filesystem-based storage backend.

Traits§

Storage
Trait for persistent key-value storage backends.