tauri-plugin-conduit
Tauri v2 plugin for conduit -- binary IPC over the conduit:// custom protocol.
Part of the tauri-conduit workspace (v2.1.0).
Usage
use ;
default
.plugin
.run
.unwrap;
Security
- Per-launch 32-byte invoke key with constant-time validation
- No network surface -- everything runs in-process
- Flat invoke key (no per-command ACL) -- simpler than Tauri's capability system
See the workspace README for full documentation, streaming examples, and benchmark numbers.
License
Licensed under either of MIT or Apache-2.0 at your option.