Bindings to libdeflate for DEFLATE (de)compression exposed as non-streaming buffer operations. Contains bindings for raw deflate, zlib, and gzip data.
Rust implementation of bgzip
Parallel Compression
Object wrapper around libdeflater
Pure-Rust bigWig/BBI reader and writer: header, chromosome B-tree, R-tree interval search, bedGraph/varStep/fixedStep section decode, zoom-level statistics, and a write_bigwig API that emits valid bigWig from (chrom,start,end,value) intervals.
bigWig signal → score matrix over BED regions — Rust port of deeptools computeMatrix
A no_std port of zune-inflate
Parallel Compression
High-performance FASTQ reader and writer with mmap-first design. Supports plain, gzip, and BGZF inputs/outputs; optional multi-line parsing; explicit paired-end reading; sync and async APIs; optional `noodles-bgzf` interop.
Bindings to libdeflate for DEFLATE (de)compression exposed as non-streaming buffer operations. Contains bindings for raw deflate, zlib, and gzip data.
A heavily optimized deflate decompressor in Pure Rust
FASTQ per-read quality + length filter. Rust port of fastp's quality/length filter (pass/fail whole reads; no trimming). SE and PE.