Crates.io | ezrpc |
lib.rs | ezrpc |
version | 0.1.1 |
source | src |
created_at | 2023-06-18 11:07:57.750371 |
updated_at | 2023-09-11 16:49:46.521072 |
description | Ergonomic, flexible and Zero-cost RPC framework |
homepage | https://crates.io/crates/ezrpc |
repository | https://github.com/metaworm/ezrpc |
max_upload_size | |
id | 893438 |
size | 71,803 |
serde::Deserialize
, and the returned type can be any type which impls serde::Serialize
&[u8]
, &str
, equivalent to reference to the data in packet buffer, without any copyAdapter
] trait to custom the communication method