256
Rustule
(sh.itjust.works)
Be sure to follow the rule before you head out.
Rule: You must post before you leave.
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.