Femtovg: Canvas2D Rendering API in Rust, based on nanovg
Antialiased 2D vector drawing library written in Rust - femtovg/femtovg... (more…)
Read more »
Have you ever tried to compile a helloworld Rust program in –release mode? If yes, have you seen its binary size? Suffice to say, it’s not exactly small. Or at least it wasn’t small until recently. This post details how I found about the issue and my att… Read more