bzip2-rs
Compression library
A Rust library providing bindings to the bzip2 compression library for efficient data encoding and decoding
libbz2 (bzip2 compression) bindings for Rust
99 stars
10 watching
60 forks
Language: C
last commit: 8 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
rust-lang/flate2-rs | A library that provides bindings to various compression formats. | 916 |
alexcrichton/ssh2-rs | Rust bindings to an ssh client library | 491 |
alexcrichton/tar-rs | A Rust library for reading and writing tar archives | 629 |
sstadick/gzp | A multi-threaded data compression library written in Rust. | 154 |
gyscos/zstd-rs | A Rust binding for the zstd compression library | 527 |
alexcrichton/curl-rust | Rust bindings to libcurl, providing a simple interface for making HTTP requests | 1,021 |
andy-thomason/andyzip | A C++ header-only library providing fast and compact implementations of zip, bzip2, and brotli compression, with plans to add novel compression methods using suffix arrays and LCP. | 25 |
alexcrichton/wasm-bindgen | A tool for importing JavaScript functionality into Rust code and exporting Rust functions to JavaScript. | 25 |
dropbox/rust-brotli | A Rust implementation of the Brotli compression algorithm with a no-stdlib focus. | 818 |
andrewrk/libz | A Zig port of zlib, replacing its build system with a custom implementation. | 14 |
brentongunning/rust-sv | A Rust library for building Bitcoin SV applications and infrastructure | 62 |
rustcrypto/nacl-compat | Provides Rust compatibility with NaCl-family libraries for secure cryptographic functions. | 58 |
zopfli-rs/zopfli | Reimplements a lossless compression algorithm in Rust | 37 |
hsivonen/encoding_rs | An implementation of the Encoding Standard in Rust, supporting decoding and encoding of various character encodings. | 387 |
gildor2/fast_zlib | An optimized zlib compression algorithm that provides faster time and slightly smaller compressed files | 133 |