mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 03:55:28 +00:00

Rewrote decompression to use chained decoders, creating a stream and avoiding in-memory decompression, which caused redundant copying. Now ouch supports any number of extensions as decompressing formats, not only two.
3 lines
26 B
Rust
3 lines
26 B
Rust
pub mod tar;
|
|
pub mod zip;
|