9623e4d326
* Use mdbook for building the book * Update book config * Update book hierarchy to work properly with mdbook This necessitated adding place-holder index pages since mdbook does not suppoert stand-alon menu items * Update tests to use 2018 edition * Fix various compilation errors in the tests
6 lines
152 B
Rust
6 lines
152 B
Rust
extern crate skeptic;
|
|
|
|
fn main() {
|
|
let files = skeptic::markdown_files_of_directory("../content/types");
|
|
skeptic::generate_doc_tests(&files);
|
|
}
|