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

Misc #37

Merged
merged 10 commits into from
Dec 31, 2024
Merged

Misc #37

merged 10 commits into from
Dec 31, 2024

Conversation

polazarus
Copy link
Owner

  • chore: add performance benchmark tests
  • refactor internals: remove raw vector
  • feat: add as_borrowed

Copy link

codecov bot commented Nov 18, 2024

Codecov Report

Attention: Patch coverage is 99.53632% with 3 lines in your changes missing coverage. Please review.

Project coverage is 99.73%. Comparing base (5fb935e) to head (885fd33).
Report is 10 commits behind head on main.

Files with missing lines Patch % Lines
src/bytes/serde.rs 97.77% 0 Missing and 2 partials ⚠️
src/bytes/raw.rs 99.61% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #37      +/-   ##
==========================================
- Coverage   99.79%   99.73%   -0.06%     
==========================================
  Files          24       24              
  Lines        3341     3420      +79     
  Branches     3341     3420      +79     
==========================================
+ Hits         3334     3411      +77     
  Misses          2        2              
- Partials        5        7       +2     

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

@polazarus polazarus force-pushed the remove-raw branch 3 times, most recently from fb6679e to 8859b10 Compare November 25, 2024 08:11
@polazarus polazarus force-pushed the remove-raw branch 11 times, most recently from 9553795 to 64d118c Compare December 31, 2024 14:07
also bump msrv to 1.83
- cleanup serde for HipStr
- make deserialization to hipstr more tolerant
  (`String::deserialize` supports byte inputs)
- add more tests
@polazarus polazarus merged commit 9681acf into main Dec 31, 2024
52 checks passed
@polazarus polazarus deleted the remove-raw branch December 31, 2024 14: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.

1 participant