this post was submitted on 22 Oct 2024
44 points (100.0% liked)

Rust

5897 readers
79 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

[email protected]

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] -2 points 7 hours ago (1 children)

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.

[โ€“] [email protected] 8 points 5 hours ago

Comparing source code sizes is completely meaningless. Rust projects are usually smaller with far more granular dependencies.