Define the global KeySpace interface

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
Lee Smet
2025-05-14 11:08:37 +02:00
parent e44ee83e74
commit 78c0fd7871
5 changed files with 79 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
/// A KeySpace using the filesystem as storage
pub mod KeySpace {}

View File

@@ -0,0 +1,2 @@
/// KeySpace represents an IndexDB keyspace
pub struct KeySpace {}