embed_file!() { /* proc-macro */ }
Embed a schema from a file (reads at compile time).
The schema must have a meta { id ... } block.
meta { id ... }
styx_embed::embed_file!("schema.styx");