У нас вы можете посмотреть бесплатно Rust Object Oriented Programming & Patterns and Matching (17-18) или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Following on from our meetup covering on Fearless Concurrency, this session Alex leads us through the Rust Book chapters 17 and 18: https://doc.rust-lang.org/book/ Chapter 17: Object Oriented Programming Features of Rust Chapter 18: Patterns and Matching Chapter 13 introduced us to some of the neat functional style capabilities of Rust, and this session on chapter 17 looks at some of the contrasting OO programming features of Rust. We'll get to see how the solutions generated by stateful object oriented style code differ from more functional solutions. In chapter 18 we see some of the excellent pattern matching capabilities available to us, going beyond the basics covered at chapter 6. This chapter is one you may find yourself coming back to regularly for reference to remind yourself of some superbly clean syntax for many use cases. Speaker: Alex