// SPDX-License-Identifier: MIT OR Apache-2.0
//! Node information stores.
//!//! An implementation of the [`AddressBookStore`] trait is provided for [`SqliteStore`].
//!//! [`SqliteStore`]: crate::SqliteStore
#[cfg(feature ="sqlite")]modsqlite;#[cfg(any(test, feature ="test_utils"))]pubmodtest_utils;#[cfg(test)]modtests;modtraits;pubusetraits::{AddressBookStore, NodeInfo};