28 releases
0.6.0 | Nov 13, 2024 |
---|---|
0.5.2 | Apr 3, 2024 |
0.5.1 | Mar 13, 2023 |
0.3.5 | Mar 2, 2022 |
0.1.3 | Nov 19, 2018 |
#284 in Encoding
7,780 downloads per month
Used in 31 crates
(13 directly)
33KB
937 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.7–1MB
~21K SLoC