| Crates.io | streaming-libdeflate-rs |
| lib.rs | streaming-libdeflate-rs |
| version | 0.2.2 |
| created_at | 2022-11-09 22:37:38.356421+00 |
| updated_at | 2025-07-11 07:59:28.736915+00 |
| description | Streaming decompression RIIR of libdeflate |
| homepage | |
| repository | https://github.com/Guilucand/streaming-libdeflate-rs |
| max_upload_size | |
| id | 709039 |
| size | 144,025 |
A rewrite in rust of the libdeflate library (https://github.com/ebiggers/libdeflate) that supports I/O data streaming. At the moment only the decompression part is implemented