syncular-ffi 0.15.13

Syncular v2 Rust client core packaged as a C-ABI native library — the shipping native runtime for iOS/Android/JVM/desktop over the shared command surface
Documentation
1
2
3
4
5
6
//! Compatibility export for the shared Rust native transport.
//!
//! The implementation lives in `syncular-client` so FFI and Tauri cannot
//! drift in socket fairness, wire behavior, or blob/segment support.

pub use syncular_client::native_transport::*;