doubter
A helper crate for testing Rust code blocks in Markdown.
This crate works similarly to #![doc(include = "...")], but it does not require
the nightly Rust toolchain.
Status
Experimental (see also the roadmap issue)
Usage
extern crate doubter;
doubter!
Note that the macro doubter!() cannot be called twice in the same scope.