Hacker News new | ask | show | jobs
by fiedzia 611 days ago
> I'm not the best with pointers and memory allocation/deallocation

You don't think about those at all when using Rust. That's why it was created. However because the conventions are different, some pattern will be different and you will need to learn do some things differently. I don't think Rust is particularly difficult to learn when it comes to using a framework, but a non-trivial amount of learning will be required.

As for features, I've found this video comparing them: https://www.youtube.com/watch?v=jWgLOtm9le8&ab_channel=DashC...

1 comments

Good to know, I really thought Rust was full manual memory management. Thanks for the video, will definitely give it a watch. I was lookoing for an electron vs tauri bench.