Rust and Elixir are rated highly among the most loved programming languages. And in fact, are gaining a lot of attention recently. Safety and...
When I began my journey in learning Rust ownership, enough emphasis wasn't made on the exceptions. In this article, we would discuss the limitation of...
[An excerpt from the Rust book] "...If you’re more familiar with a dynamic language, such as Ruby, Python, or JavaScript, you might not be used to...
Array Historically, the word array means to put in order. Up until now, even in our programming world, not much has changed about this definition. The...
Everything in Rust Programming Language could look like an overdo, or unnecessarily complex, except that they are only a myth about the language. In...
Number Type Everyday Types are a curated list of basic primitive types. They are unavoidable be it as a beginner or a veteran of Rust. Examples of...