[][src]Crate ethnum

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.

Modules

intrinsics

This module contains intrinsics used by the U256 implementation.

Structs

U256

A 256-bit unsigned integer type.

Traits

AsU256

This trait defines as conversions (casting) from primitive types to U256.

Type Definitions

u256

A 256-bit unsigned integer type.