Skip to main content

Module backends

Module backends 

Source
Expand description

In-tree keystore backends.

Each backend is a module that implements crate::backend::StoreBackend and registers itself at link time via crate::register_backend!. The memory backend ships today; filesystem is stubbed pending the keyfmt integration.

Modulesยง

filesystem
Filesystem backend.
memory
In-memory HashMap backend.