Expand description
UTF-8 <> UTF-16 conversion support.
Functionsยง
- s2un
- Rust string to UTF-8 conversion.
- s2vec
- Rust string to UTF-16 conversion.
- s2vecn
- Rust string to UTF-16 conversion.
- u2s
- UTF8 to Rust string conversion. See also
s2u!
. - u2sn
- UTF8 to Rust string conversion. See also
s2u!
. - w2s
- UTF-16 to Rust string conversion. See also
s2w!
. - w2sn
- UTF-16 to Rust string conversion. See also
s2w!
.