#bare #unsigned-integer #sized

u256

A bare minimal U256 implementation

1 unstable release

Uses old Rust 2015

0.1.0 Mar 29, 2017

#8 in #bare

45 downloads per month

Apache-2.0

7KB
204 lines

u256

A bare minimal (and will be fast) U256 implementation for Rust


lib.rs:

Big unsigned integer types

Implementation of a various large-but-fixed sized unsigned integer types. The functions here are designed to be fast.

No runtime deps