mazeir/map/
mod.rs

1mod direction;
2mod orthogonal;
3
4pub use direction::{Direction, Direction2D, Direction3D};
5pub use orthogonal::Orthogonal;