Rust Main Weaknesses 👎

  • 🧗‍♂️ Learning Curve: the borrow checker is different, not the usual syntax we are used to

  • 👩‍🎓 Young Ecosystem: not many maintainers, relatively small community (but growing quickly)

  • 🔮 No Runtime Magic: no runtime codegen, no runtime reflection, no runtime debugging

  • 🐌 Slow Compilation: improving, but still slow compilation, no pre-built libraries

  • 🖼 Windows Support: full compiler / std support, limited library support