A simple IPC/RPC framework for Rust and TypeScript, built for Tauri and web apps.
pub use router::Router;
pub use router::Method;
pub use module::Module;
pub use module::ModuleBuilder;
rpc-rs