Module packable::unpacker

source ·
Expand description

A module to unpack any value that implements Packable.

The Unpacker trait represents types that can be used to read bytes from it. It can be thought as a no_std friendly alternative to the Read trait.

Structs

Traits