ggen 5.1.3

Ontology-driven code generation: Transform RDF ontologies into typed code through SPARQL queries and Tera templates
Documentation
1
2
3
4
5
6
7
---
to: v1.rs
vars: { name: "hello", version: "version: 1.0" }
---
fn main() {
    println!("Hello, {name}! Version {version}");
}