In this video, we will learn about derive macros in Rust, which is a subtype of procedural macros. We will code a simple example to understand the concept of... (more…)
Read more »
A buildpack for Rust applications on Heroku, with full support for Rustup, cargo and build caching. - GitHub - emk/heroku-buildpack-rust: A buildpack for Rust applications on Heroku, with full supp... (more…)
Read more »
TL;DR: There are some ways how you can reduce the binary size of (Rust) programs that contain debug information. (more…)
Read more »
System programming in Rust: beyond safety Balasubramanian et al., HotOS’17 Balasubramanian et al. want us to switch all of our systems programming over to Rust. This paper sets out the case. … (more…)
Read more »