11 releases
0.5.0 | Feb 1, 2023 |
---|---|
0.4.1 | May 10, 2022 |
0.4.0 | Feb 20, 2022 |
0.3.0 | Feb 1, 2022 |
0.1.1 | May 28, 2021 |
#81 in Math
10,143 downloads per month
Used in 99 crates
(4 directly)
155KB
3K
SLoC
Amplifying rust number types
Crates adding more number types to rust: big numbers (from u512
to u4094
),
small-bit numbers (u2
to u7
), custom bit-sized numbers (like u24
) 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.60.0. Rust edition 2021.
Dependencies
~220KB