krpc-core 0.2.0

RPC framework for service registration and discovery through API exposure, compatible with Dubbo3 protocol, intertunable with Java projects
Documentation
1
2
3
4
5
mod tokiort;
pub mod dubbo;
pub mod triple;
// pub mod grpc;
pub use tokiort::{TokioExecutor, TokioIo, TokioTimer};