iterator: add xor support

This commit is contained in:
nym21
2025-02-22 14:06:43 +01:00
parent e63b42278c
commit 8c3f519016
7 changed files with 82 additions and 30 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ fn main() {
));
let start = None;
let end = None; //Some(200_000_u32.into());
let end = None;
biterator::new(data_dir, start, end, rpc)
.iter()