Rust Linz, August 2021 - Rainer Stropek - Rust iterators

Поделиться
HTML-код
  • Опубликовано: 21 янв 2025

Комментарии • 18

  • @Expateer
    @Expateer Год назад +1

    Truly phenomenal, Rainer. I really needed this video. You have a gift for explaining complex ideas in a way everyone can understand. Thanks a million!

  • @ClearerThanMud
    @ClearerThanMud 3 года назад +18

    Fantastic job -- thanks! Please do more, perhaps with a larger/clearer font.

  • @Amapramaadhy
    @Amapramaadhy 2 года назад +2

    One of the things I appreciate most about Rainer's talk is that he teaches you how to grok rust documents. I find rust docs very hard to parse for whatever reason. E.g the `three dots` thing he mentions at 14:13 was a revelation to me.

  • @johnyepthomi892
    @johnyepthomi892 Год назад

    This is a great explanation of iterations in Rust. I also loved how you explained the backstory and you have saved a lot of headaches for me.

  • @yailkalaf8542
    @yailkalaf8542 9 месяцев назад

    Cleared a lot of doubts . Thanks!

  • @victorfds
    @victorfds 2 года назад

    Absolutely insane! thanks, Rainer Stropek for the great work. 👨‍🏫

  • @tjpld
    @tjpld 3 года назад +2

    There needs to be a Rainer playlist.

  • @Ben_1965
    @Ben_1965 3 года назад +1

    This was an awesome presentation. Thank You!

  • @Amapramaadhy
    @Amapramaadhy 2 года назад

    Font fixed at 10:19. Thankfully most of the interesting stuff happened afterwards 😀

  • @JulienBertozzi
    @JulienBertozzi 3 года назад +11

    Thanks ! That would be nice to use a bigger font in your IDE :)
    Ho ok, someone already asked :3

  • @vmaxxk
    @vmaxxk Год назад

    Great talking pace, I just wish I could see your screen. Consider zooming to get rid of the whitespace and for those who consume video via mobile.

  • @leonie9248
    @leonie9248 2 года назад

    Thank you for this fantastic presentation!

  • @dpeklak
    @dpeklak 3 года назад

    Super Präsentation, vielen Dank!

  • @KyleSmithNH
    @KyleSmithNH 2 года назад +1

    In the IntoIterator example using Passwords and PasswordsIterator, is there some advantage over just implementing Iterator for Passwords and having Passwords::new().take(3) in a for loop? Seems like we are using one struct to create another struct we hang functionality off of rather than hanging functionality off the first struct?

  • @joelmontesdeoca6572
    @joelmontesdeoca6572 2 года назад

    Fantastic

  • @maximehk
    @maximehk 10 месяцев назад

    Too bad I can only like this video once 😅