Daily Shaarli

All links of one day in a single page.

July 26, 2021

Making our own executable packer - fasterthanli.me

An informative series about executable file formats.

Understanding Rust futures by going way too deep - fasterthanli.me

Besides an in-depth illustration of rust futures, this article also showcased some fany crates that I'm glad to learn about, which includes:

  • color-eyre (failure handling)
  • tracing (collect structured event-based diagnostic info)
  • cargo-expand (print source code with macro expanded)