parser: add recap dataset

This commit is contained in:
k
2024-07-21 22:59:54 +02:00
parent 180d044f5d
commit 8b08a82f07
16 changed files with 696 additions and 1208 deletions

View File

@@ -12,7 +12,7 @@ use crate::{
utils::time,
};
use super::{databases_folder_path, AnyDatabaseGroup, Metadata, SizedDatabase};
use super::{AnyDatabaseGroup, Metadata, SizedDatabase};
type Key = u32;
type Value = AddressData;