general: snapshot

This commit is contained in:
k
2024-08-26 01:23:48 +02:00
parent 6ebd9320db
commit e206b40468
73 changed files with 34076 additions and 1237 deletions

View File

@@ -15,11 +15,3 @@ impl BlockPath {
}
}
}
impl std::hash::Hash for BlockPath {
fn hash<H: std::hash::Hasher>(&self, hasher: &mut H) {
hasher.write_u32(((self.date_index as u32) << 16_u32) + self.block_index as u32)
}
}
// impl nohash::IsEnabled for BlockPath {}