utf8char

Crates.ioutf8char
lib.rsutf8char
version0.2.0
created_at2024-10-26 01:04:39.887154+00
updated_at2025-04-15 06:06:42.344262+00
descriptionA crate that supplies a utf8 encoded char
homepagehttps://github.com/unicode-entropy/utf8char
repositoryhttps://github.com/unicode-entropy/utf8char
max_upload_size
id1423446
size87,953
Alex H (ultrabear)

documentation

README

utf8char

A char encoded as UTF-8, this has multiple advantages over the char primitive and a one codepoint &str.

Encoding and decoding char<->utf8 is expensive, yet common in cases where the advantages of the char data representation may not matter (see: str::chars() -> transform -> collect::<String>()).

Commit count: 62

cargo fmt