utf58

Crates.ioutf58
lib.rsutf58
version0.1.1
created_at2024-10-13 20:14:38.149297+00
updated_at2024-10-20 18:24:34.101955+00
descriptionHigh-tech encoding of the Unicode space in one quibble and up to 3 bytes
homepage
repositoryhttps://github.com/crabble-rs/utf58
max_upload_size
id1407652
size10,620
utf58 (github:crabble-rs:utf58)

documentation

README

UTF-58

A UTF-58 encoder and decoder. UTF-58 (pronounced fifty-eight) is an encoding for arbitrary Unicode codepoints that uses an initial 5 bits (called a quibble), and then up to 3 bytes.

This is useful when wanting to encode a Unicode codepoint in a way that leaves 3 bits of space for additional data.

UTF-58 is kinda ASCII-compatible (as in, the first quibble represents the truncated ASCII value) for lowercase a-z.

For more information, check the official specification.

Commit count: 12

cargo fmt