ethercrab-wire

Crates.ioethercrab-wire
lib.rsethercrab-wire
version0.2.0
sourcesrc
created_at2024-01-11 11:44:06.28887
updated_at2024-07-28 09:50:54.03504
descriptionOn-the-wire tools for the EtherCrab crate
homepage
repositoryhttps://github.com/ethercrab-rs/ethercrab
max_upload_size
id1096211
size38,627
James Waples (jamwaffles)

documentation

https://docs.rs/ethercrab-wire

README

Build Status Crates.io Docs.rs

Traits used to pack/unpack structs and enums from EtherCAT packets on the wire.

This crate is designed for use with ethercrab but can be used standalone too.

While these traits can be implemented by hand as normal, it is recommended to derive them using ethercrab-wire-derive where possible.

Experimental

This crate is in its early stages and may contain bugs or publish breaking changes at any time. It is in use by ethercrab and is well exercised there, but please use with caution in your own code.

License

Licensed under either of

at your option.

Commit count: 755

cargo fmt