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

kaidokert / fixed-bigint-rs / 29694740326
98%
main: 97%

Build:
Build:
LAST BUILD BRANCH: agent/use-shared-hardware-workflow
DEFAULT BRANCH: main
Ran 19 Jul 2026 04:23PM UTC
Jobs 1
Files 45
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 04:22PM UTC coverage: 97.889% (+0.06%) from 97.833%
29694740326

Pull #153

github

kaidokert
Address review on the heapless string surface

- Fix the feature-free test build (codex): FixedUInt's Display is effectively
  num-traits-gated, so requiring Carrier: Display broke --no-default-features.
  Move the Display bound and generic Display test to the num-traits harness
  (carrier_num_traits.rs); HeaplessBigInt's own feature-independent Display is
  covered in tests/heapless_string.rs.
- Simplify hex_fmt to iterate `limb.to_be_bytes()` instead of manual
  shift/mask, dropping the `u8: TryFrom<T>` bound from hex_fmt/LowerHex/UpperHex
  (gemini).
- Hoist the radix multiplier out of the from_str_radix loop (gemini).
- Broaden the from_str_radix test: leading zeros, uppercase hex, radix < 2
  (sourcery).

Kept MAX_DIGITS = 20: u64 is the widest MachineWord (u128 is only the
DoubleWord), so 20 decimal digits per limb-block always suffice, and a
per-limb `size_of::<T>() * 3` array size needs generic_const_exprs.
Pull Request #153: Display/hex/FromStr/Num for HeaplessBigInt (string surface)

79 of 79 new or added lines in 3 files covered. (100.0%)

4637 of 4737 relevant lines covered (97.89%)

6149.53 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29694740326.1 19 Jul 2026 04:23PM UTC 45
97.89
GitHub Action Run
Source Files on build 29694740326
  • Tree
  • List 45
  • Changed 4
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29694740326
  • Pull Request #153
  • PR Base - main (#29693523494)
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