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