Define the global KeySpace interface
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
2
vault/src/keyspace/fallback.rs
Normal file
2
vault/src/keyspace/fallback.rs
Normal file
@@ -0,0 +1,2 @@
|
||||
/// A KeySpace using the filesystem as storage
|
||||
pub mod KeySpace {}
|
2
vault/src/keyspace/wasm.rs
Normal file
2
vault/src/keyspace/wasm.rs
Normal file
@@ -0,0 +1,2 @@
|
||||
/// KeySpace represents an IndexDB keyspace
|
||||
pub struct KeySpace {}
|
Reference in New Issue
Block a user