1 2 3 4 5 6 7 8 9
pub mod errors; pub mod planet; pub mod star; pub mod ship; include!(concat!(env!("OUT_DIR"), "/templates.rs"));