Why do rust binaries are so huge

Also a big contributing factor is the fact that we are shipping an backtrace symbolizer for the implementation of RUST_BACKTRACE=1. We now do have a CI job tracking the binary size overhead for this in GitHub - rust-lang/backtrace-rs: Backtraces in Rust to avoid regressions and to make it easier to track improvements.

3 Likes