I am making this to have a straightforward reference for me while coding in rust. and if someone finds it useful to learn rust.
I use this rust REPL to try code snippets without the need of making a whole rust project and build it
cargo new
cargo build
project management
basics
shadowing
error handling
arithmetic operations
vectors
type casting
ownership
references & borrowing
slices
structs
enums