Using Rust to corrode insane Python run-times

There are times when adopting a standard approach just isn’t good enough. This post is about making minimal changes for maximum effect… Read more

Similar

Returning Trait Objects in Rust

This is a fairly basic Rust syntax issue that I’ve run into several times. Based on unknowable runtime conditions, I will return one of several different return types from the same function. Also, this return type must use methods from two traits. How can... (more…)

Read more »