Test doc tests in README using `rust-skeptic`
Boscop opened this issue · 0 comments
Boscop commented
https://github.com/budziq/rust-skeptic#getting-started
We could add a build.rs
to test all Rust code blocks in README.md
:
fn main() {
skeptic::generate_doc_tests(&["README.md"]);
}