doubter
A helper crate for testing Rust code blocks in Markdown.
Experimental
```rust
extern crate doubter;
doubter! { file = "doc/print_foo.md", file = "README.md", } ```
The macro doubter!()
cannot be called twice in the same scope.
(See also dtolnay/proc-macro-hack#2
).
pattern = "..."
or support glob pattern in file = "..."
root_dir = "..."
include = [...]
and exclude = [...]