- Add
NimbleLZ4.compress_frame/1
andNimbleLZ4.decompress_frame/1
to use with the LZ4 frame format.
This is just the 1.0 release, no changes! Yay.
- Use DirtyCPU schedulers for NIFs. See the excellent explanation in #7.
- Modernize Rustler dependencies. This should have no effect on end users of this library.
- Also build for the
aarch64-unknown-linux-musl
target.
First release.