Rust 101 - Char data type in Rust

preview_player
Показать описание
We all know what characters are in real life, but this video is supposed to teach you all about them in Rust programming language. We will be talking about the way char data type is made possible in Rust, we will talk about the way compiler represents them in memory, and also, how to use them in real life scenarios. I am sure that you already know that you will need them and that you will be working with them a lot in your programming career, so why not invest some time into learning all about characters and what is the best way to handle them in Rust. Enjoy the show!

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

good video but just a slight correction
7:07 the correct terminology anti-slash '\' not a slash '/'

Talel_kraiem