chromeleon@lemmy.world to Programmer Humor@programming.dev · 1 month agoMe, after carefully reading Rust's ownership and borrow checker ruleslemmy.worldimagemessage-square17fedilinkarrow-up1233arrow-down12
arrow-up1231arrow-down1imageMe, after carefully reading Rust's ownership and borrow checker ruleslemmy.worldchromeleon@lemmy.world to Programmer Humor@programming.dev · 1 month agomessage-square17fedilink
minus-squarecalcopiritus@lemmy.worldlinkfedilinkarrow-up18·1 month 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.