Releases: ethercrab-rs/ethercrab
Releases · ethercrab-rs/ethercrab
ethercrab-v0.4.0-rc.2
Release ethercrab v0.4.0-rc.2
v0.3.7
v0.3.6
ethercrab-wire-v0.1.2
Changed
- #160 Packing buffers are now zeroed before
being written into.
ethercrab-wire-derive-v0.1.2
ethercrab-wire-v0.1.1
No changelog, sorry :(
ethercrab-wire-derive-v0.1.1
No changelog, sorry :(
v0.3.5
Changed
-
#135 macOS only:
tx_rx_task
now uses
native networking (BPF) instead oflibpcapng
to improve reliability. -
(breaking) #136 Fix unsoundness issue
whereSlaveRef::io_raw
could be called multiple times, allowing multiple mutable references into
the device's output data. -
(breaking) #136 Rename
SlaveRef::io_raw
toSlaveRef::io_raw_mut
.SlaveRef::io_raw
remains, but now only returns
non-mutable references to both the device inputs and outputs.Also renames
SlaveRef::outputs_raw
toSlaveRef::outputs_raw_mut
.SlaveRef::outputs
now
returns a non-mutable reference to the device output data.