doubter
A helper crate for testing Rust code blocks in Markdown.
Status
Experimental
Usage
extern crate doubter;
doubter!
The macro doubter!() cannot be called twice in the same scope.
(See also dtolnay/proc-macro-hack#2).
Tasks
- validate the input Markdown files
- add support for custom info
- add
pattern = "..."or support glob pattern infile = "..." - add
root_dir = "..." - add
include = [...]andexclude = [...]