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.
This commit is contained in:
Lucio Franco
2022-11-28 12:10:44 -05:00
committed by GitHub
parent 542c5b37dc
commit c4525ba6ad
7 changed files with 175 additions and 38 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ license = "MIT"
name = "tonic-build"
readme = "README.md"
repository = "https://github.com/hyperium/tonic"
version = "0.8.2"
version = "0.8.3"
[dependencies]
prettyplease = { version = "0.1" }