Nemeski@mander.xyz to Rust@programming.dev · 10 days agoAnnouncing Rust 1.89.0blog.rust-lang.orgexternal-linkmessage-square12fedilinkarrow-up170arrow-down10
arrow-up170arrow-down1external-linkAnnouncing Rust 1.89.0blog.rust-lang.orgNemeski@mander.xyz to Rust@programming.dev · 10 days agomessage-square12fedilink
minus-squareTehPers@beehaw.orglinkfedilinkEnglisharrow-up8·9 days agoA lot of code doesn’t really care where the error came from. This can be useful when using anyhow in application code, for example. For library code, I don’t see myself really using it, so it’ll live next to all the other functions I don’t use there I guess.
A lot of code doesn’t really care where the error came from. This can be useful when using
anyhow
in application code, for example.For library code, I don’t see myself really using it, so it’ll live next to all the other functions I don’t use there I guess.