krpc
This is a RPC library which include client and server, it has the following characteristics:
- support multily thread
- use asynchronous communication by tokio
- support unix and tcp socket
- support client subcribe and server publish
- easy to use
server example
client example1
use macro define! to define a new type with some methods, call or subcribe by it's method
client example2
use macro call! to call and subcribe! to subcribe directly