Expand description
Derive macros for the packbytes crate.
Derive Macrosยง
- From
Bytes - Derive the
FromBytestrait for structs where each field implements it. - ToBytes
- Derive the
ToBytestrait for structs where each field implements it and fieldless enums. - TryFrom
Bytes - Derive the
TryFromBytestrait for structs where each field implements it and fieldless enums.