Cursed Linear Types in Rust

Inspired by Jack Wrenn’s post on Undroppable Types… Read more

Similar

Speeding up Rust builds inside Docker

Currently it is not possible to instruct cargo, the Rust package manager, to build only the dependencies of the software you are compiling! This means you can't easily pre-install build dependencies. Luckily you can workaround this with cargo build -p! I'... (more…)

Read more »