rustdoc-include 0.1.2

A utility for importing external Markdown files into `*.rs` file as doc comments.
1
2
3
4
5
6
// #[include_doc("doc_use.md", start)]
/// By not outputting a blank line before end attribute, the code will not be modified by rustfmt.
// #[include_doc("doc_use.md", end)]
use std::collections;

fn main() {}