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

An Unpacker able to keep count of the number of read bytes.

Traits

A type that can unpack any value that implements Packable.