chromeleon@lemmy.world to Programmer Humor@programming.dev · 2 months agoMe, after carefully reading Rust's ownership and borrow checker ruleslemmy.worldimagemessage-square18linkfedilinkarrow-up1276arrow-down13
arrow-up1273arrow-down1imageMe, after carefully reading Rust's ownership and borrow checker ruleslemmy.worldchromeleon@lemmy.world to Programmer Humor@programming.dev · 2 months agomessage-square18linkfedilink
minus-squarecalcopiritus@lemmy.worldlinkfedilinkarrow-up19·2 months agoGood rule of thumb. As long as it’s not followed blindly of course. Structs with lifetimes are often quite convenient. Especially for performance.
Good rule of thumb. As long as it’s not followed blindly of course.
Structs with lifetimes are often quite convenient. Especially for performance.