"rust" Posts

Rust Changes How You Think And Code

· 5 min read

This article is also published in The FOSS Albatross.

Rust is the hot new language on the block (as new as a language from 2006 can be) that boasts reliability and efficiency.

How does it do this? Well, Rust has something that no other language does — it guarantees memory and thread safety while maintaining the same high performance of C or C++, all the while having high level features such as pattern matching and functional programming!

Licensed under the AGPL-3.0 on GitHub and Gitea