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.md", start)]
/**
this is example function.
*/
// #[include_doc("doc.md", end)]
fn main() {}