Crate bit_struct[][src]

Expand description

bit-struct

Macros

Create a bit struct.

Helper macro

Not meant to be directly used

Create enums which have convenient TryFrom/From implementations. This makes using them with the bit_struct macro much easier.

Structs

Traits

A trait which defines how many bits are needed to store a struct.

Functions