nebiros to GolangEnglish · 1 year agoFighting Rust Anxiety: Insights from a Go Developer, Navigating Rust Syntax Shenanigansarriqaaq.substack.comexternal-linkmessage-square12fedilinkarrow-up19arrow-down15
arrow-up14arrow-down1external-linkFighting Rust Anxiety: Insights from a Go Developer, Navigating Rust Syntax Shenanigansarriqaaq.substack.comnebiros to GolangEnglish · 1 year agomessage-square12fedilink
minus-squarezygo_histo_morpheuslinkfedilinkarrow-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.