what is this
This commit is contained in:
parent
64e21535c7
commit
97914daaab
3 changed files with 293 additions and 162 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue