Module packable::packer

source ·
Expand description

A module to pack any value that implements Packable.

The Packer trait represents types that can be used to write bytes into it. It can be thought as a no_std friendly alternative to the Write trait.

Structs§

Traits§