voxelize 1.0.0

A fast multiplayer voxel engine.
Documentation
1
2
3
4
5
use hashbrown::HashMap;

use specs::world::Index;

pub type EntityIDs = HashMap<String, Index>;