this post was submitted on 08 Aug 2024
256 points (100.0% liked)
196
16442 readers
2284 users here now
Be sure to follow the rule before you head out.
Rule: You must post before you leave.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.