[][src]Module rosy::num::pack

Integer (un)packing.

Structs

Options

Options to use when (un)packing.

Enums

Order

An order for arranging words and the bytes of those words when calling pack_using.

Sign

The sign of an Integer value returned after packing one into a buffer.

Traits

Word

A type whose bytes can be directly used as a word when (un)packing an Integer.