Skip to content

Add concat and split methods for Uint without complicated type bounds#1223

Merged
tarcieri merged 1 commit intoRustCrypto:masterfrom
andrewwhitehead:feat/concat-split-resize
Mar 9, 2026
Merged

Add concat and split methods for Uint without complicated type bounds#1223
tarcieri merged 1 commit intoRustCrypto:masterfrom
andrewwhitehead:feat/concat-split-resize

Conversation

@andrewwhitehead
Copy link
Contributor

Related to #1095

Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
@codecov
Copy link

codecov bot commented Mar 9, 2026

Codecov Report

❌ Patch coverage is 97.50000% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.97%. Comparing base (ac719ef) to head (b525af2).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/uint/concat.rs 97.77% 1 Missing ⚠️
src/uint/split.rs 97.14% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1223      +/-   ##
==========================================
+ Coverage   87.94%   87.97%   +0.03%     
==========================================
  Files         184      184              
  Lines       21165    21238      +73     
==========================================
+ Hits        18613    18684      +71     
- Misses       2552     2554       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tarcieri tarcieri merged commit 41b0e4f into RustCrypto:master Mar 9, 2026
31 checks passed
@andrewwhitehead andrewwhitehead deleted the feat/concat-split-resize branch March 9, 2026 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants