1//! Collection of utilities used to perform certain calculations more conveniently.
23/// Re-export of the io module.
4pub mod io {
5pub use crate::io::*;
6}
78/// Re-export of the tessellation module.
9pub mod tessellation {
10pub use crate::vector::tessellation::*;
11}