Why rust is better than CPP and Golang?

1. Compare to CPP  

According to my short experience of rust learning.

Rust is more like CPP.

Which basically has anything you need to create software.

Even if it doesn’t, you could easily get it by installing dependencies.

Rust has a better package manager and better syntax pre-check than CPP.

2. Compare to Golang

  1. Golang doesn’t have a good package manager.

  2. Golang has bad JSON support.

  3. Golang is too simplified. Sometimes hard to do the engineering with a CPP mind.