0.8.0 - 2024-03-06
๐ Features
- Extract archives - mistydemeo, pr84
Adds the ability to decompress tarballs and ZIP files from LocalAsset
. Users can extract an entire archive to a directory via the untar_gz_all
/untar_xz_all
/untar_zstd_all
/unzip_all
methods, or extract individual files to bytearrays of their contents via the untar_gz_file
/untar_xz_file
/untar_zstd_file
/unzip_file
methods.