Expand description
Derive macros for the packbytes
crate.
Derive Macrosยง
- From
Bytes - 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. - TryFrom
Bytes - Derive the
TryFromBytes
trait for structs where each field implements it and fieldless enums.