widestring-rs
widestring-rs copied to clipboard
No conversion from Utf32String to Vec<char>
trafficstars
Despite what the documentation says, there is no conversion from Utf32String to Vec<char> (but there is the other way around):
This also means that
Utf32Stringis the same representation as aVec<char>; indeed conversions between the two exist and are simple typecasts.