libribzip2

Crates.iolibribzip2
lib.rslibribzip2
version0.5.0
sourcesrc
created_at2022-01-29 15:53:01.439477
updated_at2022-03-31 15:52:51.833662
descriptiona bzip2 library written in pure rust
homepage
repositoryhttps://github.com/torfmaster/ribzip2
max_upload_size
id523678
size107,783
(torfmaster)

documentation

README

libribzip2 - a comprehensible pure Rust bzip2 implementation

libribzip attempts to be a comprehensible bzip2 implementation. It is currently WIP and to be considered unstable (interface-wise) and incomplete.

Features

  • pure safe-Rust implementation with no dependencies
  • multithreaded encoding
  • linear-time Burrows-Wheeler transform using SA-IS and Duval's algorithm
  • flexible computation of Huffman codes using one of
  • static global frequency tables
  • local tables computed using k-means clustering through Lloyd's algorithm

Contributing

libribzip2 is part of ribzip2, see the contribution guidelines there.

Commit count: 56

cargo fmt