In case y'all haven't noticed, I'm a big fan of #rust.
Been working in it professionally and personally since mid-2020.
I was working on a personal project just now. I needed to convert Markdown to plain text (i.e. stripping formatting, links, and markup characters).
It took me about 15 minutes to find an open-source Markdown parser and then to write a mere 7 lines of my own code. It worked, straight-up, on the first try.
I'm still impressed when things like this happen.