this post was submitted on 08 Aug 2024
254 points (100.0% liked)

196

16362 readers
1751 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] zero_spelled_with_an_ecks@programming.dev 14 points 2 months ago (2 children)

Thankfully, projects like "safe" ssh wrappers are done by the silly Rust devs.

[–] HappyFrog@lemmy.blahaj.zone 9 points 2 months ago (1 children)

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

[–] AVincentInSpace@pawb.social 6 points 2 months ago* (last edited 2 months ago)

All that means is that the library has Rust bindings and the bindings don't require the use of the unsafe keyword.