#big-integer #integer #pattern #wrap #num

no-std amplify_num

Amplifying numeric types: big-sized and bit-sized integers

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

Download history 6018/week @ 2024-07-29 6006/week @ 2024-08-05 5734/week @ 2024-08-12 6067/week @ 2024-08-19 6083/week @ 2024-08-26 7209/week @ 2024-09-02 5112/week @ 2024-09-09 6281/week @ 2024-09-16 5916/week @ 2024-09-23 6677/week @ 2024-09-30 6077/week @ 2024-10-07 6709/week @ 2024-10-14 5264/week @ 2024-10-21 6981/week @ 2024-10-28 5479/week @ 2024-11-04 5057/week @ 2024-11-11

23,057 downloads per month
Used in 197 crates (3 directly)

Apache-2.0

165KB
3.5K SLoC

Amplifying rust number types

Build Tests Lints codecov

Docs unsafe forbidden Apache-2 licensed

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