Rust 1.61.0

preview_player
Показать описание
In this video we are going over the latest Rust release. Version 1.61.0.

#rust #programming #tutorial
Рекомендации по теме
Комментарии
Автор

you should create examples to illustrate those changes, You are just basically reading changelog... Which anyone could read those by themself.

nurmohammed
Автор

Termination is a really good quality of life improvement to see. Too many projects I've seen (including some of my own) use the "main() and main_impl() hack" to do something with the returned Result, which is just plain ugly.

scheimong
Автор

So three major things changed: it would be super super super nice if you can mark the youtube so we can skip to the right sections detailing each of the three major changes.

lhd
Автор

Cool, i'm glad Termination is stable now, that's wounderfull feature!

uwuzote
Автор

Hey, can you please make a guide about async/await and Tokio? I never really know what's going on when I await something or call #[tokio::main].

sheepsushis
Автор

Thx, this is interesting. I noticed that Rust now support LLVM native Codecoverage.
Maybe codecoverage could be an interesting topic for a new video ;-) ...I'd be really interested in that.

michaelmueller
Автор

This update came at the perfect time 😁👌

rayscheelhaase
Автор

Hey man I’m interested in learning rust but outside this channel there really isn’t that many resources, Udemy selection is sparse . Do you have any suggestions, I’m relatively beginner

mattirving
Автор

I like how you say chee shee. Sounds like a tropical fruit.

arthurmorgan
Автор

2:12, why do you need to cast self to u8 if variants of GitBisectResult are u8 ?

alexzander__
Автор

Exit code should have been there long time ago. Lots of health check services requires it

ohmygosh
Автор

how is the main thing worth a language feature??? One could easily do:
main() { report(main1()) }

Verrisin
Автор

What's the equivalent of constexpr in Rust?

ohwow
Автор

Awaiting the day Unreal Engine adopts it as a replacement to C++

MrDebranjandutta
Автор

How can I ask the barber for that haircut?

bhyllw
Автор

Great videos but please the voice. I barely hear you most times. Thank you

davidbriggs
Автор

I don't understand why this exit code stuff is necessary or useful. There already was process::exit, why add redundant features that save you exactly one line for a helper function? (and then cost you one for imports)

SaHaRaSquad
Автор

"Breaking news" is rather poor choice of words for a language update... Just saying... ಠಿ_ಠ

PawelKraszewski
Автор

Does *Rust 1.62.0* deserve appearing in Breaking News also?

jtwbzcm
Автор

"Hey, want try-except in Rust? You do? Well, here's a type system to make your own exceptions from the ground up." 🤦‍♂️

fantasdeck
visit shbcf.ru