1 2 3 4 5 6 7
mod canvas; mod scatter_plot; pub type Point = (f32, f32); pub use canvas::Canvas; pub use scatter_plot::ScatterPlot;