#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

#172 in Math

Download history 6317/week @ 2024-08-17 5763/week @ 2024-08-24 7319/week @ 2024-08-31 5668/week @ 2024-09-07 6250/week @ 2024-09-14 4816/week @ 2024-09-21 6993/week @ 2024-09-28 5915/week @ 2024-10-05 7483/week @ 2024-10-12 5206/week @ 2024-10-19 6108/week @ 2024-10-26 6642/week @ 2024-11-02 4458/week @ 2024-11-09 5488/week @ 2024-11-16 4628/week @ 2024-11-23 4901/week @ 2024-11-30

19,896 downloads per month
Used in 203 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–530KB