Dare to wonder and make wonders?
Drop us a message.
In the previous blog post, we got the idea about the ownership concept and how the Rust compiler works. This blog post will acquaint us with smart pointers and basic concepts to write safe and clean programs. It will be shown through examples in parallel in C++ and Rust. Even if you are not familiar […]
For decades, the most chosen languages for low-level programming are C and C++; they offer great power but bring responsibility to the programmer. Writing code in C++ became hard, so new languages were born - Go and Rust. Both target low-level operations tasks, operating systems, and cryptographic services, but they were born to produce efficient, […]