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

Update deku #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Update deku #9

wants to merge 2 commits into from

Conversation

wcampbell0x2a
Copy link
Owner

No description provided.

Copy link

codecov bot commented Dec 16, 2023

Codecov Report

Attention: 11 lines in your changes are missing coverage. Please review.

Comparison is base (841a6a1) 68.22% compared to head (ec4c603) 68.45%.

Files Patch % Lines
src/data_item.rs 75.00% 0 Missing and 9 partials ⚠️
src/custom_read_write.rs 92.59% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master       #9      +/-   ##
==========================================
+ Coverage   68.22%   68.45%   +0.23%     
==========================================
  Files           9        9              
  Lines         406      409       +3     
  Branches      406      409       +3     
==========================================
+ Hits          277      280       +3     
  Misses         46       46              
  Partials       83       83              

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

@wcampbell0x2a wcampbell0x2a force-pushed the update-deku branch 2 times, most recently from b88f41f to 95b58db Compare December 28, 2023 16:48
let mut v = vec![];
let mut cursor = Cursor::new(&mut v);
let mut writer = Writer::new(&mut cursor);
message.to_writer(&mut writer, (deku::ctx::Endian::Big, 0)).unwrap();
Copy link
Owner Author

Choose a reason for hiding this comment

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

Such a slow way of updating the crc -_-

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.

1 participant