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

this is lz4f not lz4 #25

Closed
damody opened this issue Mar 15, 2018 · 3 comments · Fixed by #29
Closed

this is lz4f not lz4 #25

damody opened this issue Mar 15, 2018 · 3 comments · Fixed by #29

Comments

@damody
Copy link

damody commented Mar 15, 2018

lz4f can not decompress by lz4 compress.

@bozaro
Copy link
Owner

bozaro commented Mar 31, 2018

Please explain...

@damody
Copy link
Author

damody commented Apr 1, 2018

use lz4 compress can not decompress by this crate.

@marysaka
Copy link

@bozaro You provide an API for LZ4F (LZ4 Frame) but not for LZ4. Therefore, even if this lib is named lz4, there isn't any binding of LZ4 but only for LZ4F. I have lost almost 2 hours trying to understand why the LZ4 compression was wrong because of that.

Anyway, it would be nice to have the LZ4_compress_* and LZ4_decompress_* bindings implemented.

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 a pull request may close this issue.

3 participants