cm0002@lemmy.world to Linux@programming.dev · 3 days agoRust drivers expected to become more common in Linux kernelwww.theregister.comexternal-linkmessage-square19fedilinkarrow-up1112arrow-down12
arrow-up1110arrow-down1external-linkRust drivers expected to become more common in Linux kernelwww.theregister.comcm0002@lemmy.world to Linux@programming.dev · 3 days agomessage-square19fedilink
minus-squarejimmy90@lemmy.worldlinkfedilinkarrow-up7·2 days agoboth C and Rust have learning curves that get steep after the initial trivial stuff with C as soon as you’re in array/string/pointer land, you’re in a world of seg faults you can get so much more done as a beginner in Rust before you get anywhere near dealing with ownership or creating advanced generics
both C and Rust have learning curves that get steep after the initial trivial stuff
with C as soon as you’re in array/string/pointer land, you’re in a world of seg faults
you can get so much more done as a beginner in Rust before you get anywhere near dealing with ownership or creating advanced generics