Crate awint_ext[][src]

Expand description

Externally allocated arbitrary width integers

This crate contains another storage type called ExtAwi to go along with InlAwi in the awint_core crate. This crate is separate because it requires support for alloc.

Modules

Structs

An arbitrary width integer with manually controlled bitwidth. Most arithmetic is wrapping like Rust’s integers. All reallocations are explicit.