Further massive amounts of work
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use crate::utils::random::Random;
|
||||
use std::collections::HashMap;
|
||||
use hashbrown::HashMap;
|
||||
|
||||
pub trait DataLibrary<'a, T: 'a> {
|
||||
fn map(&self) -> &HashMap<String, T>;
|
||||
|
||||
Reference in New Issue
Block a user