Expand description

This crate implements a 256-bit unsigned integer type.

The implementation tries to follow as closely as possible to primitive integer types, and should implement all the common methods and traits as the primitive integer types.

Re-exports

pub use self::prelude::*;

Modules

This module contains intrinsics used by the I256 abd U256 implementations.

Convenience re-export of 256-integer types and as- conversion traits.

Type Definitions

A 256-bit signed integer type.

A 256-bit unsigned integer type.