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

kaidokert / fixed-bigint-rs / 29186021123
97%

Build:
DEFAULT BRANCH: main
Ran 12 Jul 2026 08:33AM UTC
Jobs 1
Files 30
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

12 Jul 2026 08:32AM UTC coverage: 97.475% (+0.004%) from 97.471%
29186021123

push

github

web-flow
0.5.2: structural panic-freedom for byte serialisation (#137)

* Replace copy_from_slice with zip byte-loop in byte serialisation (0.5.2)

`chunks_exact_mut(word_size) + chunk.copy_from_slice(word_bytes)` in
`holder_be`/`holder_le` and `to_{le,be}_bytes_fixed` is panic-free only
when the optimizer proves the two lengths equal. On MSRV (rustc 1.87)
that proof lands for a subset of monomorphizations; the rest link
`len_mismatch_fail` and `panic_fmt` into the release binary. RSA's
downstream panic-free audit trips on this at `FixedUInt<u8, 256>` and
`FixedUInt<u64, 32>`.

16 of 16 new or added lines in 2 files covered. (100.0%)

3204 of 3287 relevant lines covered (97.47%)

306.3 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29186021123.1 12 Jul 2026 08:33AM UTC 30
97.47
GitHub Action Run
Source Files on build 29186021123
  • Tree
  • List 30
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29186021123
  • 48a316cf on github
  • Prev Build on main (#29183697479)
  • Next Build on main (#29556837161)
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