Crates.io | skive |
lib.rs | skive |
version | 0.1.0 |
source | src |
created_at | 2024-10-21 18:34:21.27722 |
updated_at | 2024-10-21 18:34:21.27722 |
description | Array slicer and compressor library |
homepage | |
repository | https://github.com/Tyrannican/skive |
max_upload_size | |
id | 1417818 |
size | 29,462 |
An array slicer and compressor library.
Slice byte slices into sized chunks and compress them into blocks!
Each block is assigned an ID and is compressed using ZLib
which can then be processed elsewhere.
It might be of use to someone, who knows