181351 posts 1993 follows 1215 followers
Please pay attention to random failures.
https://mstdn.maud.io/@omasanori&str: 借用された文字列
String: 所有されていて可変長の文字列
Box<str>: 所有されていて固定長の文字列
Cow<'_, str>: 借用されているかもしれないし所有されているかもしれない可変長文字列
Rc<str>: スレッドを跨がず所有権が共有されている固定長の文字列
Arc<str>: スレッドを跨いで所有権が共有されている固定長の文字列