Love your explanation. Please make videos on smart pointers .
@AbuAl7sn12 жыл бұрын
man you are a legend im new in programming but i just start learning Rust .. you make my life easier
@danibarack552 Жыл бұрын
i think making it a tuple type makes it more confusing, why not just use a variable in the struct?
@topcivilian2 жыл бұрын
Awesome video, my friend Clear explanation of the concepts I am looking forward to more content Thanks for teaching me something new today
@InMemoryOfNeo Жыл бұрын
awesime explanation thnks
@NathanHedglin2 жыл бұрын
Great explanation. Thanks.
@prasadc12102 жыл бұрын
Nice analogy of door and key to unlock it. Great explanation. Could you make video which explains about how to read documentation to understand any rust web framework functions say Warp or Actix. Thank you!
@snk-js2 жыл бұрын
or Yew
@snk-js2 жыл бұрын
or bevy 😻
@kamertonaudiophileplayer8476 ай бұрын
It's much clear in C, but funnier in Rust.
@scheimong2 жыл бұрын
I think it's important to reemphasise what the documentation for the `Deref` trait states: `Deref` is *SPECIFICALLY* designed for smart pointers. Although nothing prevents you from doing so, you should not implement `Deref` on any type that is not a smart pointer.
@JorgetePanete2 жыл бұрын
What font are you using in the code editor? it seems nice
@TheDevMethod2 жыл бұрын
Blex Mono, Fira Mono, SF Mono are all in my VSCode user settings.