rustdoc-include 0.1.2

A utility for importing external Markdown files into `*.rs` file as doc comments.
1
2
3
4
// #[include_doc("example.md", start)]
/// this is example function.
// #[include_doc("example.md", end)]
fn main() {}