1 2 3 4 5 6 7 8 9
mod vec_edit; mod vec_stat; pub use vec_edit::*; pub use vec_stat::*; pub fn samples() -> Vec<i32> { vec![1, 2, 3] }