Vincent
•
Aug 30, 2025
•
in Articles
• 1 min read
Most Rust tutorials start and end with:
fn main {
println!"Hello, World!";
}
But Rust has much more to offer when it comes to printing, debugging, and formatting output.
In this short video tutorial, you’ll learn:
println!, print!, eprintln!, ...