Replace planned generic serialization feature with backward-compatibility features

This commit is contained in:
Tim Kuehn
2016-01-26 22:03:46 -08:00
parent 25b7f4887e
commit 54dbd74e2f

View File

@@ -43,7 +43,7 @@ The `rpc!` macro generates a module in the current module. In the above example,
## Planned Improvements (actively being worked on)
- Automatically reconnect on the client side when the connection cuts out.
- Allow omitting the return type in rpc definitions when the type is `()`.
- Support arbitrary serialization (currently `bincode` is used for all serialization).
- Add backward-compatibility features to enable evolving APIs.
- Support asynchronous server implementations (currently thread per connection).
## Contributing