Module awint_core::prelude[][src]

Structs

Bits

A reference to the bits in an InlAwi, ExtAwi, or other backing construct. This allows the same functions that operate on a dynamic ExtAwi at runtime to also operate on an InlAwi at compile time.

InlAwi

An arbitrary width integer with const generic bitwidth that can be stored inline on the stack like an array.

Enums

SerdeError

A serialization or deserialization error

Functions

bw

Utility free function for converting a usize to a NonZeroUsize. This is mainly intended for usage with literals, and shouldn’t be used for fallible conversions.