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:
In native/nimblelz4/src/lib.rs added block:: for the compress/decompress functions, because the export of those is deprecated in 0.11
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 functionsDetails:
native/nimblelz4/src/lib.rs
addedblock::
for thecompress/decompress
functions, because the export of those is deprecated in 0.11