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!, eprint!
- Debug & pretty debug ({:?} / {:#?})
- Clean, user-facing output with Display
- How to implement custom formatting for your own types
π₯ Watch the tutorial here:
https://youtu.be/2kXKcAICfYQ
πΌ My Rust portfolio: https://vinecksie.super.site/
Tags:
rust, beginners, tutorial, programming, video
Top comments (0)