64
Rustls Outperforms OpenSSL and BoringSSL - Prossimo
(www.memorysafety.org)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
very nice, now let's see that binary size.
I can't be bothered to build them but looking at the releases on GitHub openssl 3.4.0 is 17.5mb and rustls is 2.6mb. both of these releases are source files not binaries but I don't see how rustls could possibly be larger than openssl.
Comparing source code sizes is completely meaningless. Rust projects are usually smaller with far more granular dependencies.