This repository was archived by the owner on Mar 27, 2024. It is now read-only.
This repository was archived by the owner on Mar 27, 2024. It is now read-only.
Test doc tests in README using rust-skeptic
#155
Open
Description
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"]);
}