K2V: Subscription to ranges of items

This commit is contained in:
Alex Auvolat
2023-01-10 10:30:59 +01:00
parent 02e8eb167e
commit a48e2e0cb2
7 changed files with 117 additions and 59 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ use crate::index_counter::*;
use crate::key_table::*;
#[cfg(feature = "k2v")]
use crate::k2v::{item_table::*, poll::*, rpc::*};
use crate::k2v::{item_table::*, rpc::*, sub::*};
/// An entire Garage full of data
pub struct Garage {