Rust 1.79.0: Top 10 Most Interesting Things

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

Links:

0:00 TL;DR on sponsorship status
0:17 Rust 1.79.0
0:37 1. Stabilize 5 WASM target features
1:05 WASM 1. Non-trapping float-to-int conversions
1:36 WASM 2. Import/Export of Mutable Globals
1:47 WASM 3. Sign-extension operators
1:56 WASM 4. Bulk memory operations
2:10 WASM 5. Extended Constant Expressions
2:43 3. readonly_write_lock
3:08 4. manual_clamp
3:30 5. Stabilize importing main from other modules or crates
4:03 6. cargo add is now MSRV-aware
4:30 7. manual_unwrap_or_default
4:40 8. const_is_empty
4:51 9. Tier 3 VisionOS targets
5:10 10. Implement FromIterator for (impl Default + Extend, impl Default + Extend)
5:57 Sponsors
6:49 Today's Artwork
7:24 Outro

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

I really did like the more in-depth walkthrough of all changes version-to-version, it was hugely informative.

JamesHarrisonHaribo
Автор

Does the tuple collect() means that one can collect into nested tuples? That's quite cool

shadamethyst
Автор

Just finished, Ultimate Rust Crash Course on udemy.
Keep up the good work.

seriousmasterful
Автор

Clear and concise, thanks a lot for this overview.

pyprem
Автор

Hey Nathan, thanks for still making this video with all the sponsor stuff in mind. I would completely understand if you declined to continue this series (too many people who burn out dedicating their lives to something like this for nothing in return), but it is highly enjoyable content.

jackkendall
Автор

You can now make apple vision pro apps in rust

denizsincar
Автор

Hopefully 8 is smart enough to not warn on constants from other crates, where no, I don't know if it's empty.

pfeilspitze
Автор

First! So happy to find this video today.

tchrs