embed_files

Macro embed_files 

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

Embed multiple schema files (reads at compile time).

Each schema must have a meta { id ... } block. Each generates its own static with a unique name derived from the ID.

§Example

styx_embed::embed_files!(
    "config.styx",
    "plugin.styx",
);