| Crates.io | u8char |
| lib.rs | u8char |
| version | 0.3.0 |
| created_at | 2025-09-01 23:55:36.874987+00 |
| updated_at | 2025-09-06 07:01:15.42724+00 |
| description | An alternative to the char type that uses UTF-8 as its in-memory representation. |
| homepage | |
| repository | https://github.com/apparentlymart/rust-u8char |
| max_upload_size | |
| id | 1820354 |
| size | 48,242 |
u8charis similar to char but represented internally as UTF-8 to allow
lower-cost usage in conjunction with str and String.