Add native volume data saving support

This commit is contained in:
2024-04-24 06:02:10 -05:00
parent a1884c09e3
commit 6f445b1dfc
2 changed files with 57 additions and 18 deletions

View File

@@ -105,7 +105,7 @@ fn main() {
)
.unwrap();
let storage = store::Store {};
let mut storage = store::Store::new();
let mut volume = storage.volume().map_or_else(
|| {