krpc

Crates.iokrpc
lib.rskrpc
version0.2.0
sourcesrc
created_at2022-12-29 01:49:16.774732
updated_at2023-10-10 02:17:15.873536
descriptionA asynchronous RPC library(include client and server) which can use easly and communicate by tokio unix/tcp socket
homepage
repository
max_upload_size
id747081
size55,190
(jackyzjk)

documentation

README

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

Commit count: 0

cargo fmt