mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-16 16:30:07 +00:00
5 lines
62 B
Rust
5 lines
62 B
Rust
//! Archive compression algorithms
|
|
|
|
pub mod tar;
|
|
pub mod zip;
|