rpc-rs 0.1.1

A blazingly fast, lightweight, and type-safe RPC/IPC framework for Rust and Web/Tauri-based applications, based on `specta`.
Documentation
1
2
3
4
5
6
7
//! The modules module. module. module.

pub mod builder;
pub mod module;

pub use module::Module;
pub use builder::ModuleBuilder;