From 54dbd74e2f9e9160d64a9858b483228b9279d8c8 Mon Sep 17 00:00:00 2001 From: Tim Kuehn Date: Tue, 26 Jan 2016 22:03:46 -0800 Subject: [PATCH] Replace planned generic serialization feature with backward-compatibility features --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20ffc72..326b11a 100644 --- a/README.md +++ b/README.md @@ -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