Hacker News new | ask | show | jobs
by whomst 1960 days ago
I've had issues with Rust and OpenSSL, but that's because its effectively just FFI bindings. Rust, by default, links all dependencies statically except for libc, libm and other assumed-to-exist libraries.