• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kaidokert / fixed-bigint-rs / 29705866362
97%

Build:
DEFAULT BRANCH: main
Ran 19 Jul 2026 10:17PM UTC
Jobs 1
Files 60
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

19 Jul 2026 10:16PM UTC coverage: 97.646% (+0.01%) from 97.632%
29705866362

push

github

web-flow
Tier-3 batch 6: DepositBits/ExtractBits and CtParity for HeaplessBigInt (#163)

* Add Euclid/CheckedEuclid, AbsDiff, Midpoint, From<u64> to HeaplessBigInt

Tier-3 conveniences (batch 1), mirroring FixedUInt:
- Euclid/CheckedEuclid (Nct): unsigned Euclidean div/rem == ordinary div/rem;
  checked_* return None on a zero divisor.
- AbsDiff (Nct): |a - b| = larger - smaller. Nct-only — the compare-branch
  isn't constant-time (FixedUInt's Ct arm uses a branchless select; heapless
  keeps its Ct trait surface minimal).
- Midpoint (P-generic): (a & b) + ((a ^ b) >> 1), branchless and width-
  preserving (single-bit shift; &/^/+ resolve at max(len)).
- From<u64>: extend the from_primitive macro; source-int width like the others.

76 of 77 new or added lines in 2 files covered. (98.7%)

5476 of 5608 relevant lines covered (97.65%)

7385.47 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
95.83
-4.17% src/heapless/parity.rs
Jobs
ID Job ID Ran Files Coverage
1 29705866362.1 19 Jul 2026 10:17PM UTC 60
97.65
GitHub Action Run
Source Files on build 29705866362
  • Tree
  • List 60
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29705866362
  • 1fd63740 on github
  • Prev Build on main (#29705421951)
  • Next Build on main (#29706081414)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc