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 into_inner() to FrameDecoder #56

Merged
merged 3 commits into from
Sep 3, 2022
Merged

Conversation

james-rms
Copy link
Contributor

This method would be handy to use when only a chunk of a file is lz4-compressed.

@codecov-commenter
Copy link

Codecov Report

Merging #56 (7b77b4f) into main (eda0114) will decrease coverage by 0.11%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main      #56      +/-   ##
==========================================
- Coverage   87.76%   87.65%   -0.12%     
==========================================
  Files          11       11              
  Lines        2289     2292       +3     
==========================================
  Hits         2009     2009              
- Misses        280      283       +3     
Impacted Files Coverage Δ
src/frame/compress.rs 83.33% <ø> (ø)
src/frame/decompress.rs 74.81% <0.00%> (-0.85%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@PSeitz PSeitz merged commit 18ddf6a into PSeitz:main Sep 3, 2022
@PSeitz
Copy link
Owner

PSeitz commented Sep 3, 2022

Thanks! published on cargo as version 0.9.5

@james-rms
Copy link
Contributor Author

Thank you!

@james-rms james-rms deleted the decoder-into-inner branch September 5, 2022 04:08
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.

3 participants