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

Does Rust need proc-macros 2.0?

Without any doubt, macros are an important feature of the Rust programming language. Macros like println!, lazy_static!, various derive-macros and many others have saved countless hours of writing tedious boilerplate code. However, not everything is perfe... (more…)

Read more »