This commit is contained in:
Tim Kuehn
2019-07-22 14:15:13 -07:00
parent 537446a5c9
commit c456ad7fa5

View File

@@ -38,8 +38,8 @@ tarpc = "0.18.0"
The `service!` macro expands to a collection of items that form an rpc service.
In the above example, the macro is called within the `hello_service` module.
This module will contain a `Client` stub and `Service` trait. There is These
generated types make it easy and ergonomic to write servers without dealing with
This module will contain a `Client` stub and `Service` trait. These generated
types make it easy and ergonomic to write servers without dealing with
serialization directly. Simply implement one of the generated traits, and you're
off to the races!