taurpc 0.1.0

A type-safe RPC layer for tauri commands
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# TauRPC


This package is a Tauri extension to give you a fully-typed RPC layer for [Tauri commands](https://tauri.app/v1/guides/features/command/). 
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:
```toml
# src-tauri/Cargo.toml


[dependencies]
```