From 81168752fe9b588f7a8215f86a32f3154c3f593a Mon Sep 17 00:00:00 2001 From: Michael Williamson Date: Sat, 27 Jun 2026 22:28:48 +0100 Subject: Generate Rust types for structs --- examples/01-struct/hobgoblin.json5 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/01-struct/hobgoblin.json5') diff --git a/examples/01-struct/hobgoblin.json5 b/examples/01-struct/hobgoblin.json5 index 472e586..b19ddfd 100644 --- a/examples/01-struct/hobgoblin.json5 +++ b/examples/01-struct/hobgoblin.json5 @@ -11,5 +11,9 @@ path: "output/java/src/gen/java", packageName: "org.zwobble.example.types", }, + { + generator: "rust-types", + path: "output/rust/src", + } ], } -- cgit v1.2.3