Fix code generator and add compilation test

Correct module paths and accessor usage in the generator to ensure
generated code builds. Add a test that verifies this by compiling the
generated code in a temporary project.
This commit is contained in:
2026-05-15 14:13:18 -07:00
parent 372eab94d4
commit 546b74149e
8 changed files with 110 additions and 14 deletions
+1
View File
@@ -5,6 +5,7 @@ members = [
"protos",
"benches",
"roto-tonic",
"temp_test_project",
"examples/hello_world",
]