conduit-core-0.1.0 has been yanked.
conduit-core
Binary IPC core for Tauri v2: codec, dispatch table, and ring buffer.
Part of the tauri-conduit workspace.
Features
- 11-byte frame codec with
WireEncode/WireDecodetraits for zero-parse binary serialization - Synchronous dispatch table for named command handlers
- In-process ring buffer with lossy back-pressure for streaming
Usage
use ;
let table = new;
table.register;
let response = table.dispatch.unwrap;
assert_eq!;
Benchmarks
Includes a head-to-head comparison benchmark against JSON (serde):
See the workspace README for full documentation.
License
Licensed under either of MIT or Apache-2.0 at your option.