unit tests pass

This commit is contained in:
John Smith
2022-11-10 22:11:57 -05:00
parent 9c2a7488f1
commit fbe5d807e6
9 changed files with 17 additions and 7 deletions
+1
View File
@@ -1,5 +1,6 @@
use super::*;
use core::sync::atomic::Ordering;
use rkyv::{Archive as RkyvArchive, Deserialize as RkyvDeserialize, Serialize as RkyvSerialize};
pub struct Bucket {
routing_table: RoutingTable,