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 no_std (with mandatory alloc) #6

Merged
merged 4 commits into from
Aug 25, 2023
Merged

feat: support no_std (with mandatory alloc) #6

merged 4 commits into from
Aug 25, 2023

Conversation

polazarus
Copy link
Owner

No description provided.

@codecov
Copy link

codecov bot commented Aug 18, 2023

Codecov Report

Merging #6 (69e0d05) into main (7aadff4) will increase coverage by 0.18%.
The diff coverage is 99.29%.

@@            Coverage Diff             @@
##             main       #6      +/-   ##
==========================================
+ Coverage   99.23%   99.42%   +0.18%     
==========================================
  Files          13       13              
  Lines        2621     2617       -4     
  Branches     2621     2617       -4     
==========================================
+ Hits         2601     2602       +1     
+ Misses         11        7       -4     
+ Partials        9        8       -1     
Files Changed Coverage Δ
src/bytes/serde.rs 99.36% <ø> (ø)
src/raw.rs 100.00% <ø> (ø)
src/string/serde.rs 99.25% <ø> (ø)
src/backend.rs 99.01% <99.01%> (ø)
src/bytes.rs 99.69% <100.00%> (ø)
src/bytes/cmp.rs 100.00% <100.00%> (ø)
src/bytes/convert.rs 100.00% <100.00%> (ø)
src/raw/allocated.rs 100.00% <100.00%> (+4.31%) ⬆️
src/raw/inline.rs 95.06% <100.00%> (ø)
src/string.rs 99.56% <100.00%> (ø)
... and 2 more

@polazarus polazarus merged commit 454359e into main Aug 25, 2023
50 checks passed
@polazarus polazarus deleted the dev-no_std branch November 30, 2023 20:55
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