Building a Fuzzy Search Engine in Rust

I needed to search sanctions lists with messy, real-world queries. Typos, transliterations, concatenated names like "SADDAMHUSSEIN" — the works. What started as a Python prototype became two open-source Rust libraries and a search engine that processes 5,000+ queries in under 7 seconds.

read more →