Macro silkenweb_inline_html::html_dir

source ·
html_dir!() { /* proc-macro */ }
Expand description

Include HTML snippets from a directory of files.

This takes a string literal as a directory name and is equivalent to running html_file! on every file directly contained in directory.

See examples/inline-html for a usage example.

See silkenweb_parse for details on the parsing.