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

Add encoding::LengthString #265

Merged
merged 3 commits into from
Sep 11, 2024
Merged

Add encoding::LengthString #265

merged 3 commits into from
Sep 11, 2024

Conversation

mappum
Copy link
Contributor

@mappum mappum commented Sep 11, 2024

The String equivalent to LengthVec. Should be encoding/decoding compatible with LengthVec<P, u8> (e.g. not a breaking change to swap out, although not sure about for special cases with non-utf8 values).

Copy link

codecov bot commented Sep 11, 2024

Codecov Report

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 ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #265      +/-   ##
===========================================
- Coverage    57.14%   56.92%   -0.22%     
===========================================
  Files           83       83              
  Lines        15880    15939      +59     
===========================================
  Hits          9074     9074              
- Misses        6806     6865      +59     
Files with missing lines Coverage Δ
src/encoding.rs 64.23% <0.00%> (-17.63%) ⬇️

Impacted file tree graph

@keppel keppel enabled auto-merge September 11, 2024 19:20
@keppel keppel added this pull request to the merge queue Sep 11, 2024
Merged via the queue into develop with commit 81bfcaa Sep 11, 2024
7 checks passed
@keppel keppel deleted the lengthstring branch September 11, 2024 19:23
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.

2 participants