a Kendrick fan@lemmy.ml to Rust@programming.dev · 7 months agoFlattening Rust's Learning Curve | corrode Rust Consultingcorrode.devexternal-linkmessage-square8linkfedilinkarrow-up131arrow-down11
arrow-up130arrow-down1external-linkFlattening Rust's Learning Curve | corrode Rust Consultingcorrode.deva Kendrick fan@lemmy.ml to Rust@programming.dev · 7 months agomessage-square8linkfedilink
minus-squaretrevor (he/they)@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up2·7 months agoI just use Arc::clone() now that I know I can just throw the problematic data types on the heap easily. I’m sure there are “better” ways to do it, but ¯\_(ツ)_/¯
I just use
Arc::clone()now that I know I can just throw the problematic data types on the heap easily. I’m sure there are “better” ways to do it, but¯\_(ツ)_/¯