Available on crate feature
fake-transport only.Expand description
In-memory Transport for golden parity and harnesses.
In-memory transport for golden parity and on-device harness.
Enable with Cargo feature fake-transport. Script control/bulk responses, then open a port
with crate::open_port exactly as on hardware.
Structsยง
- Fake
Transport - Thread-safe fake USB device for tests (
crate::Transportimplementor). - Recorded
Bulk Out - Captured bulk OUT payload.
- Recorded
Control - Captured control transfer (for golden parity assertions).