Very thorough explanation throughout. Thank you for sharing!
@ManningPublications2 жыл бұрын
Glad it was helpful!
@uquantum2 жыл бұрын
Great codealong that illustrates how we can accomplish many useful tasks, including async, in Rust. Love how you keep the concrete goal of chat server in sight, so we don't feel too lost with Rust's famous compiler errors and carry on! Thanks!
@dira47347 ай бұрын
Thanks a lot. I'm starting with Rust, but this insights of more experience devs helps a lot
@markomekjavic Жыл бұрын
Hey, thanks for the great explanation! But may I ask, what extension are you using that you can see the compiler errors written on the side?
@okage_ Жыл бұрын
error lens
@chandrashekharkotekar84537 ай бұрын
Hey, excellent explanation of the topic. I was struggling to get started with Tokio but you have solved my problem. Many thanks :) On a side note - can we please know which VSCode extensions you have installed on your system? I kind of liked the way VSCode was showing Rust error messages on the erronous lines.