1//! Data structure code
2//!
3//! This module contains all data structure related code. It is split into two submodules to
4//! separate raw structures from the processed ones, the latter being analog to the output
5//! of the program
67pub mod processed;
8pub mod raw;