Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(padder): implement Source trait for &[T] #20

Merged
merged 3 commits into from
May 5, 2024

Conversation

wilhelmagren
Copy link
Contributor

Can now use arbitrary slice of types as Source when padding, given that T implements From.

@codecov-commenter
Copy link

codecov-commenter commented May 5, 2024

Codecov Report

Attention: Patch coverage is 87.87879% with 8 lines in your changes are missing coverage. Please review.

Project coverage is 86.68%. Comparing base (00b1fa7) to head (0eb4d9b).

Files Patch % Lines
src/lib.rs 87.87% 8 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #20      +/-   ##
==========================================
- Coverage   86.81%   86.68%   -0.13%     
==========================================
  Files           1        1              
  Lines         273      308      +35     
==========================================
+ Hits          237      267      +30     
- Misses         36       41       +5     

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

@wilhelmagren wilhelmagren merged commit e80cebf into main May 5, 2024
9 checks passed
@wilhelmagren wilhelmagren deleted the feat/u8-trait-bounds branch May 5, 2024 10:51
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.

None yet

2 participants