1 2 3 4 5 6
// src/lib.rs pub mod benchmark; pub mod clustering; // This is fine as long as there's a src/clustering.rs file pub mod data; pub mod parser; pub mod plotter;