//! Platform IO hooks for exchange (purge / write).
use crateError;
/// IO hooks for platform-specific purge / write.
/// Physical port write / purge (alias for unified backend trait surface).
///
/// Prefer [`ExchangeIo`]. Kept public for patch-compat with downstream imports;
/// will be removed in the next major.