rpc-api-server 0.1.0

A typed rpc library to be used by server targets (not wasm)
Documentation
1
2
3
4
5
6
7
use std::collections::HashMap;
use std::iter::Map;
use std::sync::Arc;

pub mod tokio_conversion;
pub mod tokio_server;
pub mod wait_webserver;