u8char 0.3.0

An alternative to the char type that uses UTF-8 as its in-memory representation.
Documentation
1
2
`u8char`is similar to `char` but represented internally as UTF-8 to allow
lower-cost usage in conjunction with `str` and `String`.