14 releases
0.5.3 | Aug 5, 2024 |
---|---|
0.5.2 | Feb 15, 2024 |
0.5.1 | Dec 16, 2023 |
0.5.0 | Feb 1, 2023 |
0.1.2 | Jun 29, 2021 |
#160 in Math
23,057 downloads per month
Used in 197 crates
(3 directly)
165KB
3.5K
SLoC
Amplifying rust number types
Crates adding more number types to rust: big numbers (from u512
to u4094
),
small-bit numbers (u1
to u7
), custom bit-sized numbers (like u24
, u48
,
u56
) and a full range of IEEE-compatible float types.
This is a part of Rust language amplification library amplify
.
Minimum supported rust compiler version (MSRV): 1.61.0. Rust edition 2021.
Dependencies
~0–510KB