Expand description
§Raw Bytify
A simple and minimal utility library for converting structs to bytes and vice versa.
Functions§
- from_
bytes ⚠ - From
bytes
, create a reference toT
. - from_
bytes_ ⚠static - Similar to from_bytes, but returns a static reference to
T
.