//! HPSDR Protocol 1 client library.
//!
//! Provides shared protocol types ([`HpsdrHw`], [`DiscoveredDevice`], [`RadioStatus`]),
//! IQ sample pack/unpack routines (24-bit RX, 16-bit TX), and UDP transport abstractions.
//!
//! With the `client` feature enabled, includes [`Protocol1Client`] for
//! discovery, streaming, and control command handling over UDP.
pub use IqAccumulator;
pub use ;
pub use *;