TauRPC
TauRPC copied to clipboard
Typesafe IPC layer for Tauri applications
Any change this project will work with tauri 2.0 (alpha)? Currently I get following error: ```sh cargo add taurpc Updating crates.io index Adding taurpc v0.2.3 to dependencies. Updating crates.io index...
closes #18
Hi, Just started using this in tauri-v2 and I love it. Question that I haven't managed to figure out myself, would it be possible to send an error struct back...
Hello! I'm having difficulty building my application in CI when using Tauri (v1.7.2) and TauRPC (v0.2.7). For simplicity reasons, our team would like to .gitignore `bindings.ts`, as the file tends...