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

encode: implement Display for EncodeBuilder #97

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mina86
Copy link
Contributor

@mina86 mina86 commented Oct 20, 2022

Add implementation of core::fmt::Display for EncodeBuilder which tries
to avoid memory allocations when encoding sensibly small values
(specifically, shorter than 96 bytes).

@codecov
Copy link

codecov bot commented Oct 20, 2022

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.99 🎉

Comparison is base (be42edf) 72.91% compared to head (99b2e6d) 73.91%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #97      +/-   ##
==========================================
+ Coverage   72.91%   73.91%   +0.99%     
==========================================
  Files           4        4              
  Lines         288      299      +11     
==========================================
+ Hits          210      221      +11     
  Misses         78       78              
Impacted Files Coverage Δ
src/encode.rs 83.08% <100.00%> (+1.48%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@mina86
Copy link
Contributor Author

mina86 commented Jan 15, 2023

Friendly ping.

Add implementation of core::fmt::Display for EncodeBuilder which tries
to avoid memory allocations when encoding sensibly small values
(specifically, shorter than 96 bytes).
@mina86
Copy link
Contributor Author

mina86 commented Jun 17, 2023

@Nemo157, friendly ping

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