Expand description
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.
Re-exports§
pub use common::ActorConfig;pub use common::ActorHooks;pub use common::NoopHooks;pub use common::QueueIsoTpError;pub use common::QueueKind;