The Meson Build System http://mesonbuild.com/
 
 
 
 
 
 

5 lines
83 B

extern crate stuff;
fn main() {
println!("printing: {}", stuff::explore());
}