PSeitz / lz4_flex

Fastest pure Rust implementation of LZ4 compression/decompression.
MIT License
460 stars 31 forks source link

Fix Overview doc links #168

Closed cpick closed 3 months ago

cpick commented 3 months ago

Fixes https://github.com/PSeitz/lz4_flex/issues/167

PSeitz commented 3 months ago

Thanks!