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. (more…)
Read more »
I’ve been having a lot of fun using Rust for writing small tools. My day to day work involves a ton of JavaScript and Rust provides a familiar feeling, so trying out Rust was an easy decision to make. But at the same time, actually doing meaningful work i… Read more