[][src]Crate compress_tools

The library provide tools for handling compressed and archive files

Examples

let dir = tempfile::tempdir().unwrap();
uncompress("tests/fixtures/tree.tar.gz", dir.path(), Kind::TarGZip).unwrap();

Enums

Kind

Type of compressed file or archive

Functions

uncompress

Uncompress a archive of known Kind pointed by source to target location for file