starship/src/lib.rs
2019-04-12 17:49:20 -04:00

5 lines
93 B
Rust

// Lib is present to allow for benchmarking
pub mod modules;
pub mod print;
pub mod segment;