I'm so glad to see that Leetcode supports Rust!
However some important crates are not included in std so as not valid in leetcode.
regex is essential for implementing string matching algorithms and solving problems in leetcode.
Similar random libraries is accessible for C++, Java, Python and other language which makes it harder for Rust to solve some problems.