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
//! 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.
pubusesyncular_client::native_transport::*;