Rust Default Fields Values: Beyond the Builder Pattern
Simplifying struct initialization without sacrificing flexibility
Simplifying struct initialization without sacrificing flexibility
Haskell and Rust are two languages that are very different, but they have a lot in common. In this post I go over how Haskell has influenced Rust and how Rust has influenced Haskell.
We're partially aware we're using partial application, but we don't know what it is. In this post I go over what partial application is various ways it can be emulated in rust.