omg-idl-code-gen 0.2.2

OMG IDL to Rust code generator library
Documentation
1
2
3
4
/// Custom builder to embed Rust data type templates in the final executable
fn main() {
    minijinja_embed::embed_templates!("templates");
}