-
Notifications
You must be signed in to change notification settings - Fork 185
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
Move blob data provider to postcard; support no_std #878
Conversation
Codecov Report
@@ Coverage Diff @@
## main #878 +/- ##
==========================================
+ Coverage 74.32% 74.37% +0.05%
==========================================
Files 206 206
Lines 13042 13058 +16
==========================================
+ Hits 9693 9712 +19
+ Misses 3349 3346 -3
Continue to review full report at Codecov.
|
Pull Request Test Coverage Report for Build fd6d64bda5f50a51449e87ce82639f7ed7762120-PR-878
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Thanks! The testdata file went from 837K to 568K too :)
ooh, nice |
Progress towards #812
It can be made
no_std
, unlike bincode