tauri-plugin-syncular 0.10.0

A native syncular client inside the Tauri process, exposed to the webview as commands + events (consumes the Rust client core directly — no FFI)
Documentation
1
2
3
4
5
6
//! Compatibility export for the shared Rust native transport.
//!
//! The implementation lives in `syncular-client` so Tauri and FFI cannot
//! drift in socket fairness, wire behavior, or blob/segment support.

pub use syncular_client::native_transport::*;