Skip to content

An extremely minimalistic Rust wrapper around the LZ4 compression library.

Notifications You must be signed in to change notification settings

alex05447/minilz4

Repository files navigation

An extremely minimalistic Rust wrapper around the LZ4 compression library.

Implements only the LZ4 "block" compression format, not the "frame" (a.k.a. streaming) format, but without the input size restriction.

Compression level is not configurable.

Produced data is not supposed to be compatible with other LZ4 tools / libraries.

About

An extremely minimalistic Rust wrapper around the LZ4 compression library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages