parse_mdmodel

Macro parse_mdmodel 

Source
parse_mdmodel!() { /* proc-macro */ }
Expand description

Procedural macro to generate structs from markdown models

§Arguments

  • input - A TokenStream representing the input markdown file path

§Returns

A TokenStream containing the generated Rust code for the structs and enums