Overview of Rust Cargo Tool 🦀📦 Rust Tutorial

preview_player
Показать описание


Please follow me on these other social channels!

All trademarks, logos and brand names are the property of their respective owners. All company, product and service names used in this website are for identification purposes only. Use of these names,trademarks and brands does not imply endorsement.

#rustlang #rust #rustdev #opensource #software #linux #devops #programming #rusty #dev #coding #codinglife #code #coder #ubuntu #ubuntulinux #appdev #developer
Рекомендации по теме
Комментарии
Автор

This is exactly what I needed: a proper tutorial on the cargo command itself

gustavoviana
Автор

It's honestly weird just how little I can find in the way of tutorials for Cargo. You'd think for something as integral to development as Cargo is for Rust there would be more coverage of it but I guess most people just don't give it a second thought.

edit : + 500 billion bonus points for providing examples of common/good Crates. Again I just never see people actually point to crates and yet knowing the library landscape is supremely important for writing good code in any language. This sort of meta-language information just doesn't get covered frequently and it's super refreshing to see it.

robonator
Автор

I have been watching your Rust Playlist for a week now and I love your teaching style.
Respect

sumit
Автор

It really starts at 11:18, there are 9 minutes of examples.

TheOneTrueMaNicXs
Автор

Your videos are amazing, thank you so much!

cloudsquall
Автор

Thank you! I'm doing a Rust project for school and this helped out a ton.

scubaad
Автор

please cover writing tests / building test suites 🙏

Atoz
Автор

clap, serde and bevy are excellent. I'm gonna check-out crossterm, ratatui, rocket, tokio and dioxus now too. I use cargo-watch all the time.

ChidleyITCompute