Similar Channels to Let's Get Rusty on the Channel Galaxy Map
YouTube Channel Recommendations for people who like Let's Get Rusty (Click a channel's button below to go to their page on Channel Galaxy and find more new YouTube suggestions)
About Let's Get Rusty
This channel is your #1 resource for the Rust Programming Language! We'll be covering basic Rust language tutorials, advanced Rust language tutorials, Rust language web projects, Rust language frameworks, and much more!
Recent Videos from Let's Get Rusty
Improve Your Code With Linting
Today we will talk about how to improve your Rust code with Linting.
FREE Rust Cheat Sheet: https://letsgetrusty.com/cheatsheet
Chapters:
0:00 Intro
0:44 rustc linter
1:05 Lint levels
2:22 Lint attributes
3:41 Clippy
4:50 Outro
#rust #programming #tutorial Make your Rust Binaries TINY!
Today I'm going over how to drastically reduce the size of your Rust binaries.
Min-Sized-Rust Repo: https://github.com/johnthagen/min-sized-rust
FREE Rust Cheat Sheet: https://letsgetrusty.com/cheatsheet
Chapters:
0:00 Intro
0:30 Axum Framework
1:11 Strip Symbols From The Binary
1:28 Optimization… Rust 1.63.0
Today we are discussing the latest release of the Rust programming language. Rust 1.63.0
Blog post: https://blog.rust-lang.org/2022/08/11/Rust-1.63.0.html
#rust #programming #tutorial