Structural Typing in Rust

Bringing structurally typed functions to Rust via LabelledGeneric… Read more

Similar

ELF processing in Rust

A friend posted the following pipeline to find all the firmware files for a set of Linux kernel modules: find /lib/modules/4.9.0-2-amd64/ -name '*.ko' | xargs modinfo -F firmware > /dev/null As an exercise in systems programming, I was curious how... (more…)

Read more »

Rust, Or: How to Run a Community

This will very much be an off the cuff post about community building with insights that I've seen from various communities I was a part of in the last 10 years. None of this is to be taken as facts, and is entirely personal opinion. I do hope however that... (more…)

Read more »