Setting Expectations for Rust’s Difficulty

In this post I discuss the experiences of people coming to Rust from other languages. What their expectations generally are, how Rust meets or doesn& ……

Similar

Writing Non-Trivial Macros in Rust

Macros in Rust tend to have a reputation for being complex and magical, the likes which only seasoned wizards like @dtolnay can hope to understand, let alone master. Rust’s declarative macros provide a mechanism for pattern matching on arbitrary syntax to... (more…)

Read more »