summaryrefslogtreecommitdiff
path: root/examples/08-custom-code/output/rust/src/gen/shapes.rs
blob: b85ad8cd7b1a4356486a0d727cf42958719b3a0d (plain)
1
2
3
4
5
// Generated by hobgoblin.

pub struct Square {
    pub width: i32,
}