Reducing binary size of (Rust) programs with debuginfo

TL;DR: There are some ways how you can reduce the binary size of (Rust) programs that contain debug information. Read more

Similar

Generalizing Coroutines in Rust

Now that async/await has been released, attention has drifted back to refining stackless coroutines (the unstable language feature that makes async/await possible). Alas, the latest RFC has shown that there is still a lot of disagreement on what exactly c... (more…)

Read more »