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

Polymorphism in Rust

In the previous post we explored the use of generic types in Rust and some of the common reasons for doing so. In this post, I’d like to take a step back and look at the full spectrum of options Rust makes available for accomplishing polymorphism, and get... (more…)

Read more »