Skip to content

[byteorder] Impl traits for byte arrays#1785

Draft
joshlf wants to merge 1 commit intomainfrom
byteorder-byte-array-trait-impls
Draft

[byteorder] Impl traits for byte arrays#1785
joshlf wants to merge 1 commit intomainfrom
byteorder-byte-array-trait-impls

Conversation

@joshlf
Copy link
Member

@joshlf joshlf commented Sep 30, 2024

Closes #1749

@joshlf joshlf marked this pull request as draft September 30, 2024 23:48
Copy link
Member Author

@joshlf joshlf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO:

  • Audit impls for correctness (I banged them out pretty mechanically, so there could be endianness errors)
  • Tests

@codecov-commenter
Copy link

codecov-commenter commented Sep 30, 2024

Codecov Report

Attention: Patch coverage is 22.58065% with 24 lines in your changes missing coverage. Please review.

Project coverage is 87.11%. Comparing base (ea28664) to head (8398b2d).
Report is 264 commits behind head on main.

Files with missing lines Patch % Lines
src/byteorder.rs 22.58% 24 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1785      +/-   ##
==========================================
- Coverage   87.46%   87.11%   -0.35%     
==========================================
  Files          16       16              
  Lines        6021     6048      +27     
==========================================
+ Hits         5266     5269       +3     
- Misses        755      779      +24     

☔ 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.

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.

[byteorder] Support trait impls on byte arrays

2 participants