Closed mappum closed 1 month ago
Attention: Patch coverage is 0%
with 59 lines
in your changes missing coverage. Please review.
Project coverage is 56.92%. Comparing base (
92d7ed1
) to head (e9d51cb
). Report is 4 commits behind head on develop.
Files with missing lines | Patch % | Lines |
---|---|---|
src/encoding.rs | 0.00% | 59 Missing :warning: |
The
String
equivalent toLengthVec
. Should be encoding/decoding compatible withLengthVec<P, u8>
(e.g. not a breaking change to swap out, although not sure about for special cases with non-utf8 values).