Skip to content

Unicode practice problems in Rust

Difficulty:
Category:
Tag:

Showing 5 of 5

Status Title Difficulty
bool and char Easy
Case-insensitive search without allocating Easy
Move or borrow: the two ways to pass a value Easy
Strings are UTF-8: bytes, chars, and the indexing panic Hard
Two inputs, one output lifetime Medium