jheyens
jheyens
This adds the CVE information to --json output
Hi, I implemented a simple bloomfilter on my own and wondered, why your implementation was by a factor of ~2.5 faster than my implementation. So I started to inspect your...
As of v1.23, the lz4 frame and block operations are implemented. Implementing bindings for the third mode of operation, [lz4 streaming](https://github.com/lz4/lz4/blob/dev/examples/streaming_api_basics.md) is the next step for this crate. I probably...