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

feat: support usage as Copy On Write for any lifetime #1

Merged
merged 14 commits into from
Aug 10, 2023
Merged

Conversation

polazarus
Copy link
Owner

@polazarus polazarus commented Aug 10, 2023

extend to non-static borrow

src/bytes/serde.rs Fixed Show fixed Hide fixed
@codecov-commenter
Copy link

codecov-commenter commented Aug 10, 2023

Codecov Report

Merging #1 (51efbb0) into main (0faaa23) will decrease coverage by 0.68%.
The diff coverage is 92.79%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main       #1      +/-   ##
==========================================
- Coverage   97.72%   97.04%   -0.68%     
==========================================
  Files          14       13       -1     
  Lines        1888     1963      +75     
==========================================
+ Hits         1845     1905      +60     
- Misses         43       58      +15     
Files Changed Coverage Δ
src/string/serde.rs 77.46% <65.21%> (-22.54%) ⬇️
src/bytes.rs 98.85% <100.00%> (+0.04%) ⬆️
src/bytes/cmp.rs 100.00% <100.00%> (ø)
src/bytes/convert.rs 100.00% <100.00%> (ø)
src/bytes/serde.rs 100.00% <100.00%> (+1.31%) ⬆️
src/raw.rs 94.04% <100.00%> (ø)
src/raw/borrowed.rs 89.47% <100.00%> (ø)
src/string.rs 97.54% <100.00%> (+0.08%) ⬆️
src/string/cmp.rs 100.00% <100.00%> (ø)
src/string/convert.rs 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

src/bytes/serde.rs Fixed Show fixed Hide fixed
@polazarus polazarus merged commit 4cb996f into main Aug 10, 2023
35 checks passed
@polazarus polazarus deleted the dev-cow branch August 15, 2023 19:37
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