-
Notifications
You must be signed in to change notification settings - Fork 31
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
Feature/Byte Vec Deserialize Wrapper #68
Conversation
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.
A few small changes, but overall looks good.
typo Co-authored-by: Mathias Koch <mk@blackbird.online>
Tarpaulin is crashing and i have no clue why this is the case. |
…e_vec_deserialize
Codecov Report
@@ Coverage Diff @@
## master #68 +/- ##
==========================================
+ Coverage 31.36% 32.39% +1.02%
==========================================
Files 20 20
Lines 1065 1096 +31
==========================================
+ Hits 334 355 +21
- Misses 731 741 +10
Continue to review full report at Codecov.
|
Wrapper for deserializing a Vector of bytes like fx "+UUWLE:32AB6A7A4044".
Primarily done to parse bssid for ublox-short-range-rs.
But this is kind of a catch all for any Non comma separated value in any AT command.