vst-rs icon indicating copy to clipboard operation
vst-rs copied to clipboard

Test doc tests in README using `rust-skeptic`

Open Boscop opened this issue 3 years ago • 0 comments

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"]);
}

Boscop avatar Feb 15 '21 00:02 Boscop