I am making this to have a straightforward reference for me while coding in rust. and if someone finds it useful to learn rust.

dev tools

I use this rust REPL to try code snippets without the need of making a whole rust project and build it

project management

summary

project management

basics

shadowing

error handling

arithmetic operations

vectors

type casting

ownership

references & borrowing

slices

structs

enums