Skip to main content

Module str

Module str 

Source
Expand description

String types and related functionality.

str โ—‰


Structsยง

OsStr
๐“ ๐Ÿƒ ๐Ÿ–ฅ๏ธ std Borrowed reference to an OS string (See OsString).
OsString
๐“ ๐Ÿ–ฅ๏ธ std A type for owned, mutable native strings, interconvertible with Rust strings.