monica_b1998@lemmy.world to Rust@programming.dev · 1 month agoError Handling in Rust vs. Exceptions in other languagesslicker.meexternal-linkmessage-square22linkfedilinkarrow-up135arrow-down11
arrow-up134arrow-down1external-linkError Handling in Rust vs. Exceptions in other languagesslicker.memonica_b1998@lemmy.world to Rust@programming.dev · 1 month agomessage-square22linkfedilink
minus-squaretreadful@lemmy.ziplinkfedilinkEnglisharrow-up1arrow-down1·1 month agoCompletely forgot about this one. Think I still like the other approach (implementing From) for most places, but I’ll keep this one in mind too, thanks.
Completely forgot about this one. Think I still like the other approach (implementing
From) for most places, but I’ll keep this one in mind too, thanks.