Hacker News new | ask | show | jobs
by npalli 611 days ago
Rust is more complicated than C++ to get your head around due to it's specialized concepts around lifetime, ownership, async and other topics. The upside is memory safety. If you don't need memory safety and very close to C++ performance (within 10-20%) then far better options like Go, Java, Kotlin etc. etc.
1 comments

Yeah I don't need top performance. I really more looking into development speed and codebase simplicity. I guess I'll give the tauri hello world samples a try and see how I like Rust from there