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

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

Build:
Build:
LAST BUILD BRANCH: v0.4.1
DEFAULT BRANCH: main
Repo Added 17 Apr 2021 06:28PM UTC
Files 30
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

LAST BUILD ON BRANCH v0.4.1
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 1_13
  • add
  • add-const-trait-docs
  • add-msrv-to-ci
  • asm-grep-helper-scope
  • asymmetric-taint-fixtures
  • betterdesign
  • bump22
  • bump32
  • bump_v2
  • bytesholder-zeroize
  • c0nstify
  • check
  • chore/modmath-cios-crates-io
  • clean_and_up
  • cleanup/drop-const-numtraits-wrapper
  • cleanup/drop-legacy-mentions
  • cleanup/drop-migration-md-refs
  • codex/add-no-std-no-alloc-category
  • codex/add-tests-for-rotate_left-and-rotate_right
  • codex/find-and-fix-a-critical-bug
  • codex/sketch-basic-fixedint-implementation
  • codex/update-coverage.yml-for-full-feature-coverage
  • codex/update-coveralls-action-version
  • const-abs-diff
  • const-array-h3
  • const-array-helpers-1
  • const-array-helpers-2
  • const-arry-h4
  • const-bitops
  • const-checked-ops
  • const-checked-pow
  • const-clone
  • const-cmp
  • const-convert
  • const-default
  • const-div-ceil
  • const-div-rem
  • const-euclid
  • const-extended-precision
  • const-identity-traits
  • const-ilog
  • const-isqrt
  • const-midpoint-unbounded-shift
  • const-mul-traits
  • const-muldiv
  • const-multiple-of
  • const-power-of-two
  • const-primint-1
  • const-primint-2
  • const-saturating
  • const-shift-variants
  • const-to-bytes
  • const-wrapping-checked
  • const_all_the_things
  • const_doc
  • coverage-recheck
  • coverage_imp
  • ct-ctgrind
  • ct-verify
  • dev
  • dev2
  • dev3
  • dev4
  • devel
  • div_opt
  • even_odd
  • experiment/cleanup-pass
  • experiment/external-const-num-traits
  • experiment/from-byte-slice
  • feat/has-personality
  • fix-ct-counting-zeros
  • fix-ct-select
  • fix-div-assign-impl-tech-debt
  • fix-tobytes-generic-const-exprs
  • fix/nightly-const-impl-syntax
  • fix/pr128-review
  • fixclippy
  • impl_roots
  • iter_prod
  • kaidokert-patch-1
  • l1w7kj-codex/update-coveralls-action-version
  • main
  • new_bump
  • nightly-bigint-helper-methods
  • pr1
  • refact
  • refactor
  • release_0_3_x
  • v0.1.17
  • v0.2.0
  • v0.2.1
  • v0.2.2
  • v0.3.0
  • v0.3.1
  • v0.3.2
  • v0.4.0
  • v0.4.0-alpha.6
  • v0.4.0-alpha.7
  • v0.4.0-alpha.8
  • v0.4.0-alpha.9
  • v0.4.1
  • v0.4.1-alpha.1
  • v0.4.1-alpha.2
  • v1_11
  • v21
  • widening-mul-output-type
  • wideningmul

06 Jul 2026 03:45AM UTC coverage: 97.47% (-0.1%) from 97.604%
28766481762

push

github

web-flow
Add FromByteSlice impl and by-reference ToBytes for FixedUInt (#134)

62 of 68 new or added lines in 2 files covered. (91.18%)

3197 of 3280 relevant lines covered (97.47%)

302.83 hits per line

Relevant lines Covered
Build:
Build:
3280 RELEVANT LINES 3197 COVERED LINES
302.83 HITS PER LINE
Source Files on main
  • Tree
  • List 30
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
28766481762 v0.4.1 Add FromByteSlice impl and by-reference ToBytes for FixedUInt (#134) push 06 Jul 2026 03:49AM UTC web-flow github
97.47
28766381699 main Add FromByteSlice impl and by-reference ToBytes for FixedUInt (#134) push 06 Jul 2026 03:46AM UTC web-flow github
97.47
28766140309 experiment/from-byte-slice Cargo.toml: drop stray blank line Slipped in when the [patch.crates-io] block was removed earlier in this branch — left an extra blank line between `resolver = "2"` and the release-profile comment. Diff noise, no behavior change. Pull #134 06 Jul 2026 03:38AM UTC kaidokert github
97.47
28765724339 experiment/from-byte-slice const-num-traits: switch from git tag to crates.io 0.1.2 `const-num-traits 0.1.2` (with `FromByteSlice` + `ByteSliceError`) is now published on crates.io. Replace the three temporary git deps (root + ct-fixtures + panic-free-audit) with plain `ve... Pull #134 06 Jul 2026 03:25AM UTC kaidokert github
97.47
28763742719 v0.4.1-alpha.2 Address PR #134 review: git dep on const-num-traits instead of [patch.crates-io] Both chatgpt-codex-connector (P1) and coderabbit (Minor) flagged the `[patch.crates-io]` block as fragile for the prototype-consumer use case: - `[patch.crates-io]`... Pull #134 06 Jul 2026 02:22AM UTC kaidokert github
97.47
28763724906 experiment/from-byte-slice Address PR #134 review: git dep on const-num-traits instead of [patch.crates-io] Both chatgpt-codex-connector (P1) and coderabbit (Minor) flagged the `[patch.crates-io]` block as fragile for the prototype-consumer use case: - `[patch.crates-io]`... Pull #134 06 Jul 2026 02:22AM UTC kaidokert github
97.47
28763636231 experiment/from-byte-slice Address PR #134 review: zero-init BytesHolder, dedupe FromByteSlice length check - `holder_be` / `holder_le` initialise via `BytesHolder::default()` (which zero-fills through the existing `ConstZero::ZERO` Default impl) instead of `BytesHolde... Pull #134 06 Jul 2026 02:19AM UTC kaidokert github
97.47
28763375813 v0.4.1-alpha.1 Bump version to 0.4.1 Byte-trait alignment additions (FromByteSlice + &FixedUInt ToBytes) are additive but ship new public API surface, so bump minor pre-1.0. Tagged as v0.4.1-alpha.1 for downstream (rsa/new_reduce, ed25519_heapless) to depend on... Pull #134 06 Jul 2026 02:10AM UTC kaidokert github
97.47
28763374916 experiment/from-byte-slice Bump version to 0.4.1 Byte-trait alignment additions (FromByteSlice + &FixedUInt ToBytes) are additive but ship new public API surface, so bump minor pre-1.0. Tagged as v0.4.1-alpha.1 for downstream (rsa/new_reduce, ed25519_heapless) to depend on... Pull #134 06 Jul 2026 02:10AM UTC kaidokert github
97.47
28763199144 experiment/from-byte-slice Byte-trait alignment step 2: `FromByteSlice` + `&FixedUInt: ToBytes` Additive changes only. Prototype branch against `const-num-traits` v0.1.2-alpha.0 (git tag; not yet on crates.io) — the trait `FromByteSlice` + `ByteSliceError` + `ByteSliceErro... push 06 Jul 2026 02:05AM UTC kaidokert github
97.47
See All Builds (349)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc