27 releases
0.5.2 | Apr 3, 2024 |
---|---|
0.5.1 | Mar 13, 2023 |
0.5.0 | Feb 6, 2023 |
0.3.5 | Mar 2, 2022 |
0.1.3 | Nov 19, 2018 |
#282 in Encoding
5,425 downloads per month
Used in 31 crates
(13 directly)
32KB
891 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
~20K SLoC