Expand description
Proc-macro crate providing compile-time markdown file inclusion.
Exports two proc-macros:
include_md!— include a complete markdown file as a compile-time string constantinclude_md_section!— include a single named section from a markdown file
Macros§
- include_
md - Include a complete markdown file as a compile-time
&'static str. - include_
md_ section - Include a single named section from a markdown file as a compile-time
&'static str.