pub unsafe extern "C" fn ecs_mini() -> *mut ecs_world_tExpand description
Create a new world with just the core module. Same as ecs_init, but doesn’t import modules from addons. This operation is faster than ecs_init and results in less memory utilization.
@return A new tiny world