Skip to main content

Crate include_md

Crate include_md 

Source
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 constant
  • include_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.