KernelPanic@programming.dev to Programmer Humor@programming.devEnglish · 5 months agoLearning to program in rustprogramming.devvideomessage-square52fedilinkarrow-up1272arrow-down15
arrow-up1267arrow-down1videoLearning to program in rustprogramming.devKernelPanic@programming.dev to Programmer Humor@programming.devEnglish · 5 months agomessage-square52fedilink
minus-squareKamikaze Rusher@lemmy.worldlinkfedilinkarrow-up4·5 months agoThe last two points are the kind of design advice I need to see. I’m probably so used to the C/C++ concept of passing by reference to prevent copies of complex data being generated that I forget how Rust’s definition of a reference is different.
The last two points are the kind of design advice I need to see. I’m probably so used to the C/C++ concept of passing by reference to prevent copies of complex data being generated that I forget how Rust’s definition of a reference is different.