Hacker News new | ask | show | jobs
by joshcsimmons 67 days ago
This is rad I've been looking for something exactly like this. Curious, why'd you write it in rust?
1 comments

I was between Rust and Go, but honestly, I went with Rust mostly because I haven't done anything in Rust before and it seemed like a good fit and a good opportunity to get more familiar with it (especially with LLMs to help me learn).

Memory-safe, low overhead for a long-running foreground process, easy cross-platform path when Linux support is added.