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 eager encoding of keys and values #9

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

sunsided
Copy link
Owner

Shifts the load of percent-encoding values to the construction of the string. Allows for cheaper reuse of the same builder, but incurs higher resource usage when building.

Copy link

codecov bot commented May 24, 2024

Codecov Report

Attention: Patch coverage is 89.13043% with 10 lines in your changes are missing coverage. Please review.

Project coverage is 96.03%. Comparing base (ccc3768) to head (627a766).
Report is 1 commits behind head on main.

Files Patch % Lines
src/lib.rs 89.13% 10 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##              main       #9      +/-   ##
===========================================
- Coverage   100.00%   96.03%   -3.97%     
===========================================
  Files            1        1              
  Lines          174      252      +78     
===========================================
+ Hits           174      242      +68     
- Misses           0       10      +10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

None yet

1 participant