Taswar Bhatti
The synonyms of software simplicity
Tag: rustlang
LearningRustVSCode

I wanted to talk about basic types in Rust. Lets begin with Numerical Types in Rust, since Rust is a statically typed language, which means that it must know the types of all variables at compile time. I will talk about number types that are built into the language. Numerical Types Numerical values are divided […]

LearningRustVSCode

Continuting on from where we left off, in this post I will refactor my code to use a function such that I can reuse my code later on. I will showcase how to write Functions in Rust with VSCode. Intro If we look at our previous post we have a very simple main function and […]

UA-4524639-2