//! Identity service module for resolving and managing identities.
//!
//! Provides IdentityClient for identity resolution via the overlay network
//! and ContactsManager for cached contact management with wallet-backed
//! encrypted storage.
pub use ContactsManager;
pub use IdentityClient;
pub use ;