26 releases
0.5.1 | Mar 13, 2023 |
---|---|
0.4.1 | Feb 3, 2023 |
0.3.5 | Mar 2, 2022 |
0.3.2 | Oct 22, 2021 |
0.1.3 | Nov 19, 2018 |
5,059 downloads per month
Used in 30 crates
(13 directly)
30KB
840 lines
This crate contains an implementation of 256 bit ints and uints.
These numbers implement Add
and Sub
from std
, and CheckedAdd
and CheckedSub
from the num
crate, and Serialize
and Deserialize
from serde.
Dependencies
~0.6–1MB
~21K SLoC