Library-Ification and Analyzing Rust

I’ve noticed that the ideas that I post on my blog are getting much more “well rounded”. That is a problem. It means I’m waiting too long to write about thin… 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’s Cargo-Script RFC

This RFC adds support for single-file bin packages in cargo.\nSingle-file bin packages are rust source files with an embedded manifest and a\nmain.\nThese files will be accepted by cargo commands as --manifest-path just like Cargo.toml files.\ncargo will ... (more…)

Read more »