taurpc 0.1.0

A type-safe RPC layer for tauri commands
Documentation

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



[dependencies]