TauRPC icon indicating copy to clipboard operation
TauRPC copied to clipboard

Typesafe IPC layer for Tauri applications

Results 4 TauRPC issues
Sort by recently updated
recently updated
newest added

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...

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...