1 2 3 4 5 6 7
// build only when the "sync" feature is enabled #![cfg(feature = "sync")] pub mod sync; // re-export for a flat public API: rkik::sync::{sync_from_probe, SyncError} pub use sync::{SyncError, sync_from_probe};