Nemeski@mander.xyz to Rust@programming.dev · 1 month agoAnnouncing Rust 1.89.0blog.rust-lang.orgexternal-linkmessage-square12linkfedilinkarrow-up171arrow-down10
arrow-up171arrow-down1external-linkAnnouncing Rust 1.89.0blog.rust-lang.orgNemeski@mander.xyz to Rust@programming.dev · 1 month agomessage-square12linkfedilink
minus-squareTehPers@beehaw.orglinkfedilinkEnglisharrow-up8·1 month 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.