1
2
3
4
5
6
/// Structures for creating a linear world
pub mod linear;
/// Structures for creating a 2d world
pub mod two_dimensional;
/// Some traits for implementing new world types
pub mod traits;