Hacker News new | ask | show | jobs
by hetman 3694 days ago
What do you mean? All Rust strings are UTF-8 encoded, and all Ruby strings have an associated encoding.
1 comments

All rust String and &strs are UTF-8 encoded, there are also other string types.