Hacker News new | ask | show | jobs
by pitaj 2164 days ago
A significant portion of the size is formatting and panic unwinding code. Some of this can be reduced by using `panic=abort` but it is a known issue.

Worth noting that a lot of the code size is a constant addition that won't really scale with your program code.

1 comments

Thanks, I'll take a look at this!