TauRPC
This package is a Tauri extension to give you a fully-typed RPC layer for Tauri commands. The TS types corresponding to your pre-defined Rust backend API are generated on runtime, after which they can be used to call the backend from your Typescript frontend framework of choice.
Usage🔧
First, add the crate to your dependencies:
# src-tauri/Cargo.toml
[]