📝Get your FREE Rust cheat sheet : letsgetrusty.com/cheatsheet
@tontj Жыл бұрын
Woah. That 2nd update is the news / signal I am waiting for 😁 When Rust implement that extra security measure in the cargo repo. It can signal that enough companies want this to happen for their own private registry. Which means more compant are using Rust and more opportunity for Rust devs. Noice!
@FastRomanianGypsies Жыл бұрын
Thank god for opaque return type. I was praying for them to stabilize async fn in traits in 1.74.0 but I guess we'll stick to the async-trait cargo until then.
@kuqmua755 Жыл бұрын
Finally cargo toml lints config
@letsgetrusty Жыл бұрын
🔥🔥🔥
@yondaime500 Жыл бұрын
It's like it's Christmas every 6 weeks.
@jiewang4428 Жыл бұрын
But I want async feature for the trait!
@joshuaPurushothaman_ Жыл бұрын
Thanks for these quick and simple Rust videos! 🙌
@letsgetrusty Жыл бұрын
I got you
@ollicron7397 Жыл бұрын
After fighting with people defending c++, I am finally learning rust. Threads, processes, seeds, let's goooo.
@TheBurntHoney Жыл бұрын
Wasn’t async traits meant to be completed in this release?
@loarca11 Жыл бұрын
It just got "stabilized" but that just meant that it will follow the normal release cycle (instead of being stuck at nightly). I believe it is now in the Beta channel, which is 1.75.0 if I'm not mistaken.
@TheBurntHoney Жыл бұрын
@@loarca11 That's nice to hear. I'm interested in how it will change and maybe even simplify libraries.
@MiaLovesRod Жыл бұрын
Damn, hot update
@neryneto4172 Жыл бұрын
Bogdan! I really wanna work with you as a technical writer. I sent you my application, wish me luck
@imma_Akash Жыл бұрын
Hey rustians can someone guide me for starting my journey with rust, I have prior experience of python, cpp and beginner level go. Thanks :)
@vikinggeorge7007 Жыл бұрын
Just read Rust by Example. C++ experience will be helpful.