1 2 3 4 5 6 7 8 9
extern crate skeptic; fn readme_testing() { skeptic::generate_doc_tests(&["README.md"]); } fn main() { readme_testing(); }