History log of /tonic/tonic-build/src/code_gen.rs (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 5ad89bf5 13-Jan-2025 Yotam Ofek <[email protected]>

chore(build): Fix typo (#2142)


Revision tags: v0.12.3, v0.12.2, v0.12.1, v0.12.0, v0.11.0, v0.10.2, v0.10.1, v0.10.0
# aff1daf6 14-Aug-2023 Jordan Singh <[email protected]>

feat(build): Add optional default unimplemented stubs (#1344)

Co-authored-by: Lucio Franco <[email protected]>


# 4942dd4a 19-Apr-2023 Auri <[email protected]>

tonic-build: option to emit `Arc<Self>` as server receiver (#1352)

This implements an option to emit `Arc<Self>` instead of `&self` in
server traits. This enables implementor to reference `Self` dat

tonic-build: option to emit `Arc<Self>` as server receiver (#1352)

This implements an option to emit `Arc<Self>` instead of `&self` in
server traits. This enables implementor to reference `Self` data for
indefinite duration, which may be useful for streaming requests.

Fixes: #1351

show more ...


Revision tags: v0.9.2, v0.9.1, v0.9.0, v0.8.4
# c7476fff 29-Nov-2022 Alex Pearson <[email protected]>

fix(build): Fix CodeGen8uilder typo (#1165) (#1166)


Revision tags: v0.8.3
# c4525ba6 28-Nov-2022 Lucio Franco <[email protected]>

feat(build): Add `CodeGenBuilder` (#1154)

This commit adds a new `CodeGenBuilder` that replaces the
client/server generate fn with a builder stlye that allows
adding config items in an non-breakin

feat(build): Add `CodeGenBuilder` (#1154)

This commit adds a new `CodeGenBuilder` that replaces the
client/server generate fn with a builder stlye that allows
adding config items in an non-breaking way. This also deprecates
both of the client/server generate fn in favor of the builder ones.

show more ...