nebiros@programming.dev to Golang@programming.devEnglish · 1 year agoFighting Rust Anxiety: Insights from a Go Developer, Navigating Rust Syntax Shenanigansarriqaaq.substack.comexternal-linkmessage-square14fedilinkarrow-up19arrow-down15
arrow-up14arrow-down1external-linkFighting Rust Anxiety: Insights from a Go Developer, Navigating Rust Syntax Shenanigansarriqaaq.substack.comnebiros@programming.dev to Golang@programming.devEnglish · 1 year agomessage-square14fedilink
minus-squarezygo_histo_morpheus@programming.devlinkfedilinkarrow-up2·1 year agoErrors are values in rust too. There are a couple of differences, like the ? syntax, rust returning a value or an error instead of a value and an error (or nil) for example, but everything you wrote applies to rust as well.
Errors are values in rust too. There are a couple of differences, like the
?
syntax, rust returning a value or an error instead of a value and an error (or nil) for example, but everything you wrote applies to rust as well.