List some additional syntactic features

This commit is contained in:
Tim Kuehn
2016-02-12 01:26:57 -08:00
parent a0841c03f1
commit 303cedac7b

View File

@@ -46,6 +46,8 @@ directly. See the tarpc_examples package for more sophisticated examples.
## Additional Features
- Attributes can be specified on rpc methods. These will be included on both the `Service` trait
methods as well as on the `Client`'s stub methods.
- Just like regular fns, the return type can be left off when it's `-> ()`.
- Arg-less rpc's are also allowed.
## Planned Improvements (actively being worked on)
- Automatically reconnect on the client side when the connection cuts out.