Skip to main contentModule model
Source Expand description
Domain model module.
data: generic columnar numeric data storage + parsing utilities.
types: reusable configuration/style types for plotting.
plot: aggregate plot model (axes, legend, series, layout).
pub use data::*;pub use plot::*;pub use types::*;
- data
- Data ingestion and columnar storage layer.
- plot
- Plot aggregate state.
- types
- Core reusable types for plot configuration and styling.