Elektrine lite

← Feed

@Aissen@social.treehouse.systems

Post #1333830

2026-03-27 12:19 UTC

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

Replies (1)

  • WTF-8 was specfied by Simon @simon a previous speaker at #RustInParis. It's used to represent unmatched surrogate pairs, and is a superset of UTF-8 used for UTF-16 conversions.

    Open ##1333831