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

kaidokert / fixed-bigint-rs / 29701026018
97%

Build:
DEFAULT BRANCH: main
Ran 19 Jul 2026 07:39PM UTC
Jobs 1
Files 51
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:39PM UTC coverage: 97.865% (+0.01%) from 97.851%
29701026018

push

github

web-flow
Tier-3 batch 1: Euclid, AbsDiff, Midpoint, From<u64> (#158)

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

34 of 34 new or added lines in 4 files covered. (100.0%)

4860 of 4966 relevant lines covered (97.87%)

5881.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29701026018.1 19 Jul 2026 07:39PM UTC 51
97.87
GitHub Action Run
Source Files on build 29701026018
  • Tree
  • List 51
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29701026018
  • 9609149b on github
  • Prev Build on main (#29698197019)
  • Next Build on main (#29701477273)
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