rpcnet 0.1.0

RPC library based on QUIC+TLS encryption
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#![allow(dead_code)]
#![allow(unused_imports)]
//! Generated code for Greeting service.
//!
//! This module contains auto-generated code from rpcnet-gen.
//! Do not edit this file manually - changes will be overwritten.

pub mod client;
pub mod server;
pub mod types;

pub use types::*;