termite 0.1.0-alpha

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

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