Introduction to Strings

What are Strings?

Strings are a sequence of Unicode characters. In Rust, a String is not null-terminated unlike strings in other programming languages. They can contain null characters.

Note: Have a look at the unicode characters

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy