all-is-cubes 0.5.0

Recursive voxel game engine. Can be used for voxel raytracing.
Documentation
//! Serialization/persistence/saved games.

pub(crate) mod conversion;
pub(crate) mod schema;

#[cfg(test)]
mod tests;