rambling_lunatic@sh.itjust.works to 196@lemmy.blahaj.zone · 1 year agoRustulesh.itjust.worksimagemessage-square25fedilinkarrow-up1256arrow-down10
arrow-up1256arrow-down1imageRustulesh.itjust.worksrambling_lunatic@sh.itjust.works to 196@lemmy.blahaj.zone · 1 year agomessage-square25fedilink
minus-squarezero_spelled_with_an_ecks@programming.devlinkfedilinkarrow-up14·1 year agoThankfully, projects like “safe” ssh wrappers are done by the silly Rust devs.
minus-squareHappyFrog@lemmy.blahaj.zonelinkfedilinkarrow-up10·1 year 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·1 year agoNo problem, just couldn’t find this earlier https://github.com/uutils/coreutils
minus-squareAVincentInSpace@pawb.sociallinkfedilinkEnglisharrow-up6·edit-21 year agoAll that means is that the library has Rust bindings and the bindings don’t require the use of the unsafe keyword.
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.