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

Add byteorder::U24 #1352

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add byteorder::U24 #1352

wants to merge 1 commit into from

Conversation

JackWolfard
Copy link

There are binary file formats which utilize 24-bit unsigned integers, so this will make it easier to work with those files.

There are binary file formats which utilize 24-bit unsigned integers, so
this will make it easier to work with those files.
@codecov-commenter
Copy link

Codecov Report

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

Project coverage is 87.88%. Comparing base (76915d0) to head (cec8c16).

Files Patch % Lines
src/byteorder.rs 97.84% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1352      +/-   ##
==========================================
+ Coverage   87.71%   87.88%   +0.16%     
==========================================
  Files          15       15              
  Lines        5138     5226      +88     
==========================================
+ Hits         4507     4593      +86     
- Misses        631      633       +2     

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

@joshlf
Copy link
Member

joshlf commented May 29, 2024

Thanks for the contribution! We've currently got a pretty big backlog, so I expect it'll be a few weeks until we'll get a chance to look at this - likely late June. Apologies for the delay, but I promise we haven't forgotten about it 🙂

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

3 participants