Closures in Rust

Rust allows us to do functional programming. One important thing in FP is being also to pass functions as parameters and also return functio… Read more

Similar

Xilem: An Architecture for UI in Rust

Rust is an appealing language for building user interfaces for a variety of reasons, especially the promise of delivering both performance and safety. However, finding a good architecture is challenging. Architectures that work well in other languages gen... (more…)

Read more »

Why Rust?

Not because our hardware is complex, but simply because we’re all humans. Our attention span is limited, our memory is volatile — in other words, we tend to make mistakes. Computers and software are… (more…)

Read more »