KernelPanic@programming.dev to Programmer Humor@programming.devEnglish · 3 months agoLearning to program in rustprogramming.devvideomessage-square58fedilinkarrow-up1322arrow-down15
arrow-up1317arrow-down1videoLearning to program in rustprogramming.devKernelPanic@programming.dev to Programmer Humor@programming.devEnglish · 3 months agomessage-square58fedilink
minus-squareKamikaze Rusher@lemmy.worldlinkfedilinkarrow-up5·3 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.