whatyouhide / nimble_lz4

LZ4 compression for Elixir using Rust NIFs. 🗜
https://github.com/lz4/lz4
Apache License 2.0
28 stars 5 forks source link

update lz4_flex crate to v0.11 #11

Closed nestor-sk closed 3 months ago

nestor-sk commented 3 months ago

This PR updates the lz4_flex rust crate to the latest version (0.11), update tests to match the changes in behavior since 0.9 and adds a little example in the readme on how to use the recent frame format functions

Details:

whatyouhide commented 3 months ago

Nice, fantastic! Thanks for the contribution. Can you run the formatter? CI is failing due to that.