| Crates.io | compress_io |
| lib.rs | compress_io |
| version | 0.6.0 |
| created_at | 2021-12-06 08:57:38.593676+00 |
| updated_at | 2025-01-11 08:51:26.584633+00 |
| description | Convenience library for reading and writing compressed files/streams |
| homepage | |
| repository | https://github.com/heathsc/compress_io |
| max_upload_size | |
| id | 493112 |
| size | 68,069 |
Convenience library for reading and writing compressed files/streams
The aim of compress_io is to make
it simple for an application to support multiple compression formats with a minimal effort
from the developer and also from the user (i.e., an application can accept uncompressed
or compressed input in a range of different formats and neither the developer nor the user
have to specify which formats have been used). compress_io does not provide the compression/decompression itself but uses external utilities
such as gzip, bzip2 or zstd as read or write filters.