- `RawDevice::read_frame()` succeeds with a receive buffer smaller than the frame. - Introduce `RxCursor` and `TxCursor` to track/update RX/TX buffer pointers making it easier to reason about functions such as `read_frame` / `write_frame`. |
||
|---|---|---|
| .. | ||
| bus | ||
| host | ||
| cursor.rs | ||
| device.rs | ||
| lib.rs | ||
| net.rs | ||
| raw_device.rs | ||
| register.rs | ||
| socket.rs | ||
| tcp.rs | ||
| udp.rs | ||
| uninitialized_device.rs | ||