v1.12.3
belated repo release for already-released package version
What's Changed
- fix num-traits with no-std by @xcshuan in #363
- perf: use borrowing/carrying ops in add/sub, remove bound checks in shifts by @DaniPopes in #366
- feat: improve formatting implementations by @DaniPopes in #370
- fix: inconsistency between comment and code by @YichiZhang0613 in #372
- perf: non-allocating
mul_mod
by @DaniPopes in #373 - chore: reduce inline(always) in algorithms by @DaniPopes in #374
- chore: likely/unlikely does not work on stable by @DaniPopes in #375
- chore: release 1.12.3 by @DaniPopes in #376
New Contributors
- @xcshuan made their first contribution in #363
- @YichiZhang0613 made their first contribution in #372
Full Changelog: v1.12.1...v1.12.3