Hacker News new | ask | show | jobs
Show HN: Rewrote my most important util in Rust (github.com)
1 points by 4m1rk 160 days ago
This is a small entry app for opening links in the browser profile I want based on the URL. I wrote it in Python first, and now rewrote it in Rust to make it a small standalone binary.

Didn't use vibe coding as this was my first real-world Rust rewrite, and I wanted to learn. It was easier and more enjoyable than I imagined!

1 comments

Rust experts, appreciate your feedback on the code quality and idioms!