Tour of Rust Table of Contents

String Literals

String literals are always Unicode.

String literals type are &'static str:

Memory details: