imsg-session 0.4.0

Session lifecycle — RFCOMM/iroh connect, OBEX handshake, reconnect, and MNS relay
Documentation
1
2
3
4
5
6
7
8
//! Store-integrated PBAP contact sync, plus shared live-operation wrappers used by both the
//! CLI hub path and the broker's dispatch — mirrors `session::live`'s relationship to `map_core`.

mod live;
mod sync;

pub use live::{get, list, lookup, pull_all};
pub use sync::{sync_contacts, Refresh, SyncReport};