feat(cborlite): add the CBOR decoder primitives - #3934
Conversation
|
Claude finished @RafaelGranza's task in 6m 4s —— View job Review: CBOR decoder primitivesRead all five files and checked the decoders against RFC 8949 and against the encoder they have to be compatible with ( Findings are all coverage and clarity. Posted 6 inline. Important
Nits
I could not run |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3934 +/- ##
==========================================
- Coverage 74.76% 74.71% -0.05%
==========================================
Files 461 463 +2
Lines 40915 41066 +151
==========================================
+ Hits 30590 30683 +93
- Misses 8232 8284 +52
- Partials 2093 2099 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
4273062 to
a65bb39
Compare
Header and value readers that take bytes and report how many they used, so a caller can keep reading where one left off. No decoder yet.
a65bb39 to
948ce43
Compare
Header and value decoders that take bytes, unmarshal them and report how many they used, so a caller can keep reading where one left off.
These are the building blocks for faster CBOR unmarshalings. See CBORlite.
We only cover types in use for juno.