rambling_lunatic@sh.itjust.works to 196@lemmy.blahaj.zone · 3 months agoRustulesh.itjust.worksimagemessage-square24fedilinkarrow-up1256arrow-down10
arrow-up1256arrow-down1imageRustulesh.itjust.worksrambling_lunatic@sh.itjust.works to 196@lemmy.blahaj.zone · 3 months agomessage-square24fedilink
minus-squareSuperb@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up48·3 months agoNot to be a Rust apologist, but no serious Rust developer is saying this shit.
minus-squarezero_spelled_with_an_ecks@programming.devlinkfedilinkarrow-up14·3 months agoThankfully, projects like “safe” ssh wrappers are done by the silly Rust devs.
minus-squareHappyFrog@lemmy.blahaj.zonelinkfedilinkarrow-up10·3 months agoDo you have a problem with this wrapper? It just allows you to easily use ssh in your lib. It doesn’t suggest that ssh is unsafe.
minus-squarezero_spelled_with_an_ecks@programming.devlinkfedilinkarrow-up4·3 months agoNo problem, just couldn’t find this earlier https://github.com/uutils/coreutils
minus-squareAVincentInSpace@pawb.sociallinkfedilinkEnglisharrow-up6·edit-23 months agoAll that means is that the library has Rust bindings and the bindings don’t require the use of the unsafe keyword.
Not to be a Rust apologist, but no serious Rust developer is saying this shit.
Thankfully, projects like “safe” ssh wrappers are done by the silly Rust devs.
Do you have a problem with this wrapper? It just allows you to easily use ssh in your lib. It doesn’t suggest that ssh is unsafe.
No problem, just couldn’t find this earlier https://github.com/uutils/coreutils
All that means is that the library has Rust bindings and the bindings don’t require the use of the
unsafe
keyword.