Crates.io | base31 |
lib.rs | base31 |
version | 0.1.0 |
source | src |
created_at | 2022-10-26 19:54:25.124112 |
updated_at | 2022-10-26 19:54:25.124112 |
description | Base31 encoding and decoding, useful to represent large integers in a short, case-insensitive, hard-to-misread format. |
homepage | |
repository | https://github.com/btittelbach/base31-rust/ |
max_upload_size | |
id | 698150 |
size | 5,605 |
Implements Base31 encoding and decoding, which is useful to represent large integers in a short, case-insensitive, alphanumeric format.
The difference to Base36 is that in Base31 certain characters that are often misread (0, 1, i, I, l, L, o, 0) are not used.