Stupid tricks with Rust higher-order functions and “impl trait”

While attending CodeMash 2017, I had a realization abouthow an upcoming Rust feature could be used to make higher orderfunctions nicer without the overhead o…

Similar

24 days of Rust – lettre

lettre is a library to send emails over SMTP from our Rust applications. Like many other crates in the growing, but still young Rust ecosystem, it is still a work in progress. But while there are a few features missing from lettre, we can send some emails...

Read more »

Notes on Cross-Compiling Rust

One of my current hobby projects involves running Rust binaries on a Raspberry Pi. There are three computers involved: the Pi itself (ARMv7 Linux), my desktop (x86-64 Linux), and sometimes my laptop (x86-64 macOS). (more…)

Read more »