Crates.io | smol-file |
lib.rs | smol-file |
version | 0.2.0 |
source | src |
created_at | 2024-05-22 21:21:36.942564 |
updated_at | 2024-05-23 01:33:38.80845 |
description | 5-bit letter encoding |
homepage | |
repository | https://github.com/ReeZey/smol-file/ |
max_upload_size | |
id | 1248742 |
size | 47,678 |
what is smol? smol is a file format that compresses text into 5 bits per letter instead of the normal 8 bits. this is achived by having a charset lesser than 32 chars so all letters fits nicely into 5 bits (32 values). this makes all sort of problem such as an byte being 8 so multiple letters will overlap eachother but this is all handeled through this library for ease of use.
this is not made for any production applications only as an hobby.