1 2 3 4 5 6
#[expect(clippy::module_inception)] mod chart; mod dataset; pub use chart::{Chart, ChartStates}; pub use dataset::ChartDataset;