summaryrefslogtreecommitdiff
path: root/examples/09-custom-code/output/rust/src/gen/shapes.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/09-custom-code/output/rust/src/gen/shapes.rs')
-rw-r--r--examples/09-custom-code/output/rust/src/gen/shapes.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/09-custom-code/output/rust/src/gen/shapes.rs b/examples/09-custom-code/output/rust/src/gen/shapes.rs
new file mode 100644
index 0000000..c5f8af5
--- /dev/null
+++ b/examples/09-custom-code/output/rust/src/gen/shapes.rs
@@ -0,0 +1,6 @@
+// Generated by hobgoblin.
+
+#[derive(Debug, PartialEq)]
+pub struct Square {
+ pub width: ::core::primitive::i32,
+}