embed_inline

Macro embed_inline 

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

Embed a schema from an inline string literal.

The schema must have a meta { id ... } block.

§Example

styx_embed::embed_inline!(r#"
meta { id my-schema, version 1.0.0 }
schema { @ @string }
"#);