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

kaidokert / fixed-bigint-rs / 29704962936
97%

Build:
DEFAULT BRANCH: main
Ran 19 Jul 2026 09:46PM UTC
Jobs 1
Files 58
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 09:46PM UTC coverage: 97.656% (+0.03%) from 97.63%
29704962936

push

github

web-flow
Tier-3 batch 4: iterator, bit-scan, and num_traits byte traits for HeaplessBigInt (#161)

* 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.

99 of 100 new or added lines in 3 files covered. (99.0%)

5249 of 5375 relevant lines covered (97.66%)

7681.87 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
97.22
src/heapless/iter.rs
Jobs
ID Job ID Ran Files Coverage
1 29704962936.1 19 Jul 2026 09:46PM UTC 58
97.66
GitHub Action Run
Source Files on build 29704962936
  • Tree
  • List 58
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29704962936
  • 30338f5a on github
  • Prev Build on main (#29704317938)
  • Next Build on main (#29705421951)
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