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

A Stable Modular ABI for Rust

Proposing a stable modularizable ABI interface for Rust Based on the points from the discussion here. Introduction Rust is a powerful systems programming with strong memory guarantees. Rust allows for concise expression at a high-level, while still produ... (more…)

Read more »