Functions in Rust: a good introduction
Functions in Rust
In this 4th lesson, we will learn about functions in Rust.
If you prefer a video version
What is a function?
A function is a set of statements that performs a task.
Functions are used to organize code into logical blocks, making i...
blog.francescociulla.com5 min read