mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-01-03 09:58:21 +01:00
Add checkboxes to planned improvements
This commit is contained in:
12
README.md
12
README.md
@@ -37,9 +37,9 @@ 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 `()`.
|
||||
- Allow users to specify imports inside the `rpc!` macro
|
||||
- Support arbitrary serialization. (currently `serde_json` is used for all serialization)
|
||||
- Support asynchronous server implementations (currently thread per connection).
|
||||
- Support doc comments on rpc method definitions
|
||||
- [ ] Automatically reconnect on the client side when the connection cuts out.
|
||||
- [ ] Allow omitting the return type in rpc definitions when the type is `()`.
|
||||
- [x] Allow users to specify imports inside the `rpc!` macro
|
||||
- [ ] Support arbitrary serialization (currently `bincode` is used for all serialization).
|
||||
- [ ] Support asynchronous server implementations (currently thread per connection).
|
||||
- [x] Support doc comments on rpc method definitions
|
||||
|
||||
Reference in New Issue
Block a user