Why Rust?There were a few other candidates, such as Go and C. I settled with Rust because it'sa relatively young system language with many 'future-proof' use cases (such as WASM and Cryptocurrencies)fundamentally different from Javascript (but perfectly compatible if necessary).To name a few key distinctions:Many sources on the internet assign Rust a steep learning curve. It'd be a great challenge to learn a system programming language. The following article focuses on the...