Packaging a Rust Project for Debian

I have started to package rust things for Debian, and the process have been pretty smooth so far, but it was very hard finding information on how to start, s… Read more

Similar

Achieving warp speed with Rust

If you're looking to write fast code in Rust, good news! Rust makes it really easy to write really fast code. The focus on zero-cost abstractions, the lack of implicit boxing and the static memory management means that even naïve code is often faster than... (more…)

Read more »