what is this

This commit is contained in:
Richard 2022-07-12 10:26:16 -03:00 committed by bungoboingo
parent 64e21535c7
commit 97914daaab
3 changed files with 293 additions and 162 deletions

View file

@ -1,7 +1,7 @@
use std::collections::hash_map::DefaultHasher;
use std::hash::{Hash, Hasher};
#[derive(Debug, PartialEq, Eq, Hash)]
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
/// TODO(derezzedex)
pub struct Id(u64);