@Aissen@social.treehouse.systems
Post #1333829
2026-03-27 12:19 UTC
UTF-8 is much more well designed, and just uses bit prefixes.
#RustInParis
Replies (1)
-
@Aissen@social.treehouse.systems 2026-03-27 12:19
Rust has 8 string types, Arthur says (or even more), in four categories, each category having an owned and a non-owned version. For example String and str for utf-8 strings. Others include CString, OSString, Path. #RustInParis