An inside look at the Rust programming language
Rust, an open source programming language, has been the "most loved language" on developer community Stack Overflow's annual survey for the last four years. At the same time only a very, very small number of developers actually use Rust today – a July 2020 look at the PYPL PopularitY of Programming Languages Index ranks it at number 18 with just .81% interest. (For comparison Python is at nearly 32% and Java is over 17%.) So why the intense love of Rust? To put it simply, it was created to solve problems present in other languages and if you can take the time to unlock its (admittedly difficult) secrets, you're rewarded with cleaner, faster, and most importantly, safer code. Antony Saba , a senior security engineer with Strategic Security at GitLab, recently talked about Rust during a company-wide series of meetings ( Contribute 2020 ). He speaks from experience as his last employer was a Rust-based company. "Okay, so what's Rust's promise?" Saba ...