Module nibble::base [] [src]

Basic nibble types.

Enums

ParseNibbleError

An error that occurs when parsing a nibble.

Traits

u4

A nibble.

Unions

u4hi

A nibble stored in the most significant bits of a byte.

u4lo

A nibble stored in the low-order bits of a byte.