Releases: JSorngard/const-primes
Releases · JSorngard/const-primes
v0.9.7
What's Changed
- Added the
fast_test
feature that makes theis_prime
function significantly faster by calling out to themachine-prime
crate by @JASory in #84 and @JSorngard in #86, #87 and #88.
Full Changelog: v0.9.6...v0.9.7
v0.9.6
v0.9.5
What's changed
- Set the
rust-version
field to 1.81.0.
This is not an MSRV guarantee for the future. If we don't set this field crates.io auto-sets it to 1.56.0 which is too old to compile the crate.
Full Changelog: v0.9.4...v0.9.5
v0.9.4
v0.9.3
v0.9.2
What's Changed
- Corrected docstrings of the
Primes
struct as well as itsnew
anddefault
functions.
Full Changelog: v0.9.0...v0.9.2
v0.9.0
What's Changed
- Removed the
std
andconst_assert
features. Increased MSRV to 1.81.0 in #64 - Added the feature
rkyv
that derives the traits from therkyv
crate forPrimes<N>
in #66 - Added the feature
zerocopy
that derives the traitIntoBytes
from thezerocopy
crate.
Full Changelog: v0.8.7...v0.9.0
v0.8.7
What's changed
- Sped up the
is_prime
function by checking smaller bases of witnesses for smaller numbers.
Full Changelog: v0.8.6...v0.8.7