#bare #u256

u256

A bare minimal U256 implementation

1 unstable release

Uses old Rust 2015

0.1.0 Mar 29, 2017

#23 in #u256

Download history 3/week @ 2023-11-21 7/week @ 2023-11-28 16/week @ 2023-12-05 9/week @ 2023-12-12 3/week @ 2023-12-19 6/week @ 2024-01-02 16/week @ 2024-01-09 2/week @ 2024-01-16 1/week @ 2024-02-06 8/week @ 2024-02-13 35/week @ 2024-02-20 31/week @ 2024-02-27

75 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