sal/vault/src/keyspace/fallback.rs
Lee Smet 78c0fd7871
Define the global KeySpace interface
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2025-05-14 11:10:52 +02:00

3 lines
67 B
Rust

/// A KeySpace using the filesystem as storage
pub mod KeySpace {}