Add method that compresses next chunk of room (#64)

This commit is contained in:
Azrenbeth
2021-09-20 09:21:59 +01:00
committed by GitHub
parent a9bc800b87
commit 3271221311
7 changed files with 223 additions and 3 deletions

View File

@@ -6,4 +6,5 @@
//! to the database and uses these to enable it to incrementally work
//! on space reductions
pub mod manager;
pub mod state_saving;