Nemeski@mander.xyz to Rust@programming.dev · 10 months agoAnnouncing Rust 1.89.0blog.rust-lang.orgexternal-linkmessage-square12linkfedilinkarrow-up171arrow-down10cross-posted to: [email protected]
arrow-up171arrow-down1external-linkAnnouncing Rust 1.89.0blog.rust-lang.orgNemeski@mander.xyz to Rust@programming.dev · 10 months agomessage-square12linkfedilinkcross-posted to: [email protected]
minus-squareTehPers@beehaw.orglinkfedilinkEnglisharrow-up8·10 months 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
anyhowin 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.