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

kaidokert / fixed-bigint-rs / 29701477273
97%

Build:
DEFAULT BRANCH: main
Ran 19 Jul 2026 07:54PM UTC
Jobs 1
Files 53
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 07:53PM UTC coverage: 97.763% (-0.1%) from 97.865%
29701477273

push

github

web-flow
Tier-3 batch 2: power-of-two + multiple-of for HeaplessBigInt (#159)

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

79 of 86 new or added lines in 2 files covered. (91.86%)

4939 of 5052 relevant lines covered (97.76%)

5789.42 hits per line

Uncovered Changes

Lines Coverage ∆ File
6
89.09
src/heapless/power_of_two.rs
1
96.77
src/heapless/multiple.rs
Jobs
ID Job ID Ran Files Coverage
1 29701477273.1 19 Jul 2026 07:54PM UTC 53
97.76
GitHub Action Run
Source Files on build 29701477273
  • Tree
  • List 53
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29701477273
  • 2419a466 on github
  • Prev Build on main (#29701026018)
  • Next Build on main (#29704317938)
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