v1.11.0
What's Changed
- Feat: Implement
Pod
trait on Uint types by @0xKitsune in #292 - Constant space from base conversions by @recmo in #293
- fix invalid std primitive overflowing_shr link in docs by @codewithgun in #296
- Impl num-traits (fixes #226) by @recmo in #298
- Pin Clap versions to support MSRV policy by @tonyke-bot in #306
- Add Uint::iszero method by @tonyke-bot in #297
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #304
- ci: fixes by @DaniPopes in #320
- perf: improve add and sub performance by avoiding
array::IntoIter
by @DaniPopes in #316 - chore: remove unnecessary
#[allow(clippy::inline_always)]
by @DaniPopes in #321 - chore: warn on
missing_docs
andclippy::missing_inline_in_public_items
by @DaniPopes in #322 - feature: add 768 alias by @prestwich in #310
- feat: make add and sub const fns by @DaniPopes in #324
- chore: simplify mul by @DaniPopes in #325
- chore: loops clean up by @DaniPopes in #326
- feat: make
{from,to}_{b,l}e_bytes
const by @DaniPopes in #329 - feature: more Shl+Shr impls by @prestwich in #328
- Clippy for #328 by @prestwich in #333
- perf: generalize specialized full-limb
from_*_bytes
impl by @DaniPopes in #332 - release: 1.11.0 by @gakonst in #338
- fix: disallow leading zeros in RLP decoding by @Rjected in #335
- release: roll rlp fix in 1.11.0 by @gakonst in #341
New Contributors
- @0xKitsune made their first contribution in #292
- @codewithgun made their first contribution in #296
- @tonyke-bot made their first contribution in #306
Full Changelog: v1.10.1...v1.11.0