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

kaidokert / fixed-bigint-rs / 29705421951
97%

Build:
DEFAULT BRANCH: main
Ran 19 Jul 2026 10:02PM UTC
Jobs 1
Files 59
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:02PM UTC coverage: 97.632% (-0.02%) from 97.656%
29705421951

push

github

web-flow
Tier-3 batch 5: the shift-family traits for HeaplessBigInt (#162)

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

152 of 157 new or added lines in 3 files covered. (96.82%)

5400 of 5531 relevant lines covered (97.63%)

7466.98 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
97.92
src/heapless/shift_ops.rs
2
97.26
-2.74% src/heapless/shift.rs
Jobs
ID Job ID Ran Files Coverage
1 29705421951.1 19 Jul 2026 10:02PM UTC 59
97.63
GitHub Action Run
Source Files on build 29705421951
  • Tree
  • List 59
  • Changed 3
  • Source Changed 3
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29705421951
  • 5606fec8 on github
  • Prev Build on main (#29704962936)
  • Next Build on main (#29705866362)
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