[][src]Crate lz_fear

A fast pure-rust no-unsafe implementation of LZ4 compression and decompression.

Hey you! Yes you! Are you unhappy with these docs? Would you like to see more examples? Or maybe a more ergonomic API? That's awesome! I'm looking forward to merging your pull request!

Modules

framed

The LZ4 frame format.

raw

The raw LZ4 compression format.

Structs

CompressionSettings

A builder-style struct that configures compression settings. This is how you compress LZ4 frames. (An LZ4 file usually consists of a single frame.)

LZ4FrameReader

Read an LZ4-compressed frame.