num-bigint-dig
Big integer implementation for Rust
0.9.1
185M downloads/mo
#532 most downloaded on crates.io
dignifiedquire/num-bigint
What this package is like to depend on
Last release 9 months ago
12 Nov 2025
Release timing varies
gaps range from 2 weeks to 2.3 years
Rarely documented
notes for 4 of 17 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
17 releases · first in 2018
4 releases in the last 12 months
see the full history below
Release timeline
17 releases · Nov 2018 to Nov 2025Releases
latest 17-
0.9.105 Nov 2025 -
0.9.005 Nov 2025 -
0.8.612 Nov 2025Nothing published for this version
-
0.8.501 Nov 2025Nothing published for this version
-
0.8.430 Jun 2023 -
0.8.327 Jun 2023Nothing published for this version
-
0.8.218 Nov 2022Nothing published for this version
-
0.8.101 Mar 2022Nothing published for this version
-
0.8.018 Feb 2022Nothing published for this version
-
0.7.110 Jul 2023Nothing published for this version
-
0.7.009 Mar 2021Nothing published for this version
-
0.6.102 Dec 2020Nothing published for this version
-
0.6.010 Dec 2019Nothing published for this version
-
0.5.013 Oct 2019Nothing published for this version
-
0.4.026 Mar 2019Nothing published for this version
-
0.3.020 Feb 2019Nothing published for this version
-
0.2.124 Nov 2018Release notes
Open source →RandBigIntnow usesRng::fill_bytesto improve performance, instead of repeatedgen::<u32>calls. The also affects the implementations of the otherrandtraits. This may potentially change the values produced by some seeded RNGs on previous versions, but the values were tested to be stable withChaChaRng,IsaacRng, andXorShiftRng.BigIntandBigUintnow implementnum_integer::Roots.BigIntandBigUintnow implementnum_traits::Pow.BigIntandBigUintnow implement operators with 128-bit integers.
Contributors: @cuviper, @dignifiedquire, @mancabizjak, @Robbepop, @TheIronBorn, @thomwiggers