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: hello.rs
vars: { name: "hello" }
---
fn main() {
    println!("Hello, {name}!");
}