#programming-blogs
Read more stories on Hashnode
Articles with this tag
Rust is SERIOUS about safety and control over memory. Option type – an essential tool in Rust's arsenal that keeps your code safe and sound. Option is...
I was obviously not happy when out of all the interesting projects, I was assigned to improve the quality of correlated random numbers. I had started...
We know structs represents complex data types. Rust's struct acts more like classes in Python and C++ once we implements struct using impl keyword and...
Don't panic! Rust has Results · "Rust does not have exceptions". This sounds very interesting, but what does it mean? Rust handles errors in a...