//! connecting to a single peer at a time, optionally by opening multiple connections if it's
//! desirable to use multiple threads at once to sync in parallel.
//!
+//! This is an **EXPERIMENTAL** feature, API and other major changes are expected.
+//!
//! ## Example
//!
//! ```no_run
//! This module implements the logic to extract and represent the spending policies of a descriptor
//! in a more human-readable format.
//!
+//! This is an **EXPERIMENTAL** feature, API and other major changes are expected.
+//!
//! ## Example
//!
//! ```