Add README link to mpenet's LZ4 compressor

This commit is contained in:
Peter Taoussanis 2013-10-17 17:55:44 +07:00
parent c5cc2f4637
commit 9ec2894e92

View file

@ -28,6 +28,9 @@ Nippy is an attempt to provide a reliable, high-performance **drop-in alternativ
* Fully pluggable **encryption**, including built-in high-strength AES128 enabled with a single `:password [:salted "my-password"]` option. (v2+)
* Utils for **easy integration into 3rd-party tools/libraries**. (v2+)
## Optional plugins
* [LZ4 compressor](https://github.com/mpenet/nippy-lz4) by [mpenet](https://github.com/mpenet).
## Getting started
### Dependencies