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 -1
View File
@@ -101,7 +101,7 @@ impl BufferPool {
}
}
pub struct StatusBody(pub(crate) Option<Bytes>);
pub struct StatusBody(pub Option<Bytes>);
impl Body for StatusBody {
type Data = Bytes;