7 releases
0.3.1 | Aug 5, 2024 |
---|---|
0.3.0 | Feb 15, 2024 |
0.2.0 | Feb 6, 2023 |
0.1.4 |
|
0.1.1 | Feb 21, 2022 |
#40 in No standard library
5,713 downloads per month
Used in 43 crates
(via amplify)
315KB
6K
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
~75–550KB
~10K SLoC