krpc 0.2.0

A asynchronous RPC library(include client and server) which can use easly and communicate by tokio unix/tcp socket
Documentation

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

Instructions for use