shiv 0.1.0-alpha.10

A simple modern Entity Component System
Documentation
1
2
3
4
pub type RandomState = ahash::RandomState;

pub type HashMap<K, V> = hashbrown::HashMap<K, V, RandomState>;
pub type HashSet<T> = hashbrown::HashSet<T, RandomState>;