1//! References everything neccesary to use this crate regularly, namely [`crate::dmc`] and 2//! [`crate::octree`]. 3 4pub use crate::dmc::*; 5pub use crate::octree::*;