|
|
|
|
|
by duped
1830 days ago
|
|
Static linking goes a long way to making Rust worth considering when choosing tools. Anecdote: I once had to recover a system with a corrupted libpcre.so. This will break almost every standard gnutil. The easiest way to do it without a recovery OS was to use a few alternatives written in Rust, which don't have this problem because they statically link their dependencies (and cargo still worked, so it was easy to install them). |
|