Rust API design: the curious case of Result

preview_player
Показать описание
Learning Rust programming? Learn about how Rust's error handling system works from the inside. Or are you interested in a case study of interesting Rust code, then take a closer look at how std::result::Result is designed.

📚 Resources:

🦀 Further Rust resources:

👋 Connect with Tim:

👍 Like this video if you found it helpful, and share it with your friends who are also interested in Rust programming.
Рекомендации по теме
Комментарии
Автор

So funny intro, such details definitely add personality to the channel 😂

TheInspctrcat
Автор

1- Saw him using Helix as the text editor
2- Instantly liked the video and subscribed to the channel.

pretty based 🗿

portuguesewithtirso
Автор

Why fn source() return Option<dyn Error> instead of Option<Vec<dyn Error>> ? If u using multiple threads or .join_all() - may be one or more error sources, isn't?

kuqmua
Автор

Great video! editing, music, content, very nice to watch it, thanks

rochacbruno
Автор

Very good overview, I like the approach of following the docs and getting to "the truth", of sorts.

codetales