Higher-Order-Types and You
alt. title: Forcefully Haskell-fying Rust, for Fun and Profit
the word “amateur” descends from Latin “amare,” meaning to love
alt. title: Forcefully Haskell-fying Rust, for Fun and Profit
In the first part, we learned about the allocator api and how to use it. This will assume you've read that part, and build off of knowledge from it.
For a language that touts its low level capabilities, rust has a very rich and complete standard library. In fact, you effectively never directly interact with the allocator, and its actually very discouraged.