Portable-Network-Archive / liblzma-rs

Bindings to liblzma in Rust (xz streams in Rust)
Apache License 2.0
12 stars 5 forks source link

Add `Stream::new_raw_decoder`/`new_raw_encoder` #83

Closed encounter closed 6 months ago

encounter commented 6 months ago

These wrappers for lzma_raw_decoder and lzma_raw_encoder allow constructing streams using a custom filter chain.

Also adds LzmaOptions::new for creating empty options without a preset.