//! Queue/actor adapter for split ISO-TP async transport usage.
//!
//! This crate provides reusable transport plumbing for the common pattern where:
//! - one task owns a concrete ISO-TP transport backend,
//! - protocol code needs separate cloneable TX/RX endpoints,
//! - and callers want runtime-specific queue adapters without rewriting this glue.
pub use ;