1 2 3 4 5
use hashbrown::HashMap; use specs::world::Index; pub type EntityIDs = HashMap<String, Index>;