A case-insensitive string for Rust
-
Updated
Jul 16, 2025 - Rust
A case-insensitive string for Rust
A Rust implementation that finds anagrams of a given target word from a list of candidates. The solution considers case-insensitive matching, handles Unicode characters, and avoids treating a word as its own anagram. The project includes extensive tests to ensure correct functionality.
Add a description, image, and links to the case-insensitive topic page so that developers can more easily learn about it.
To associate your repository with the case-insensitive topic, visit your repo's landing page and select "manage topics."