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

kaidokert / fixed-bigint-rs / 29704317938
97%

Build:
DEFAULT BRANCH: main
Ran 19 Jul 2026 09:25PM UTC
Jobs 1
Files 56
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:24PM UTC coverage: 97.63% (-0.1%) from 97.763%
29704317938

push

github

web-flow
Tier-3 batch 3: isqrt, roots, and integer logs for HeaplessBigInt (#160)

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

211 of 223 new or added lines in 3 files covered. (94.62%)

5150 of 5275 relevant lines covered (97.63%)

7825.56 hits per line

Uncovered Changes

Lines Coverage ∆ File
6
92.77
src/heapless/roots_impl.rs
3
96.39
src/heapless/ilog.rs
3
94.74
src/heapless/isqrt.rs
Jobs
ID Job ID Ran Files Coverage
1 29704317938.1 19 Jul 2026 09:25PM UTC 56
97.63
GitHub Action Run
Source Files on build 29704317938
  • Tree
  • List 56
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29704317938
  • 950b9fbe on github
  • Prev Build on main (#29701477273)
  • Next Build on main (#29704962936)
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