Module from

Source
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 to T.
from_bytes_static
Similar to from_bytes, but returns a static reference to T.