Fix generated code and update example integration

Resolve `Result` ambiguity and lifetime issues in generated services.
Use `file_stem` for proto filenames. Make `StatusBody` public in
`roto-tonic` and update the `hello_world` build process.
This commit is contained in:
2026-05-15 10:29:54 -07:00
parent 00b3dcd9a6
commit da7ba47505
6 changed files with 323 additions and 11 deletions
+1
View File
@@ -27,3 +27,4 @@ http-body = "1.0"
[build-dependencies]
tonic-build = "0.12"
roto-codegen = { path = "../../codegen" }