Ferris Rust Buddy
Exercises Flashcards Resources
Rust Buddy / Flashcards / Strings

Strings

Click a card to flip it · 16 terms

Rust has two main string types. This deck covers String, which owns its data and can grow, and &str, a borrowed string slice used for reading text.