u8char

Crates.iou8char
lib.rsu8char
version0.3.0
created_at2025-09-01 23:55:36.874987+00
updated_at2025-09-06 07:01:15.42724+00
descriptionAn alternative to the char type that uses UTF-8 as its in-memory representation.
homepage
repositoryhttps://github.com/apparentlymart/rust-u8char
max_upload_size
id1820354
size48,242
Martin Atkins (apparentlymart)

documentation

README

u8charis similar to char but represented internally as UTF-8 to allow lower-cost usage in conjunction with str and String.

Commit count: 10

cargo fmt