ggen 4.0.0

ggen is a deterministic, language-agnostic code generation framework that treats software artifacts as projections of knowledge graphs.
1
2
3
4
5
6
7
---
to: hello.rs
vars: { name: "hello" }
---
fn main() {
    println!("Hello, {name}!");
}