Crate packbytes_derive

Source
Expand description

Derive macros for the packbytes crate.

Derive Macrosยง

FromBytes
Derive the FromBytes trait for structs where each field implements it.
ToBytes
Derive the ToBytes trait for structs where each field implements it and fieldless enums.
TryFromBytes
Derive the TryFromBytes trait for structs where each field implements it and fieldless enums.