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