Crate u64_array_bigints_core

Source
Expand description

This crate only exists separate from u64_array_bigints because we want to export the macros from u64_array_bigints_macros from the main crate without a lot of code duplication or cyclic references. Most users should just use the main u64_array_bigints crate in their Cargo.toml.

Structs§

U256
Uint
A static length bigint based on an array of u64s.

Enums§

FromStrRadixErr