1 2 3 4 5
#![doc(html_no_source)] include!("src/impl.rs"); fn main() { resource_dir("./tests").build().unwrap(); }