Why I dropped Golang and started Rust.

So, I was learning Golang and then became obsessed with the raw performance of a language. That's when I discovered Rust. Everyone was saying Rust is the GOAT, as fast as C, can build anything, and has various attractive features like:

  • Async
  • Strict types
  • Memory safety
  • Fast performance
  • Concurrency features
  • Hard to reverse engineer (Beware, if I ever attack you, you won't know)

So here I am, dropped Golang and now struggling with Rust, haha. Let's see what happens on this journey.