Unlocking the Power of Parallelism with Rust [video]

Parallelism is the topic of the second video in our series about the Rust programming language. Despite the increasing ubiquity of multi…

Similar

Neat Rust Tricks: Passing Closures to C

One of Rust’s biggest selling points is how well it can interoperate with C. It’s able to call into C libraries and produce APIs that C can call into with very little fuss. However, when dealing with sufficiently complex APIs, mismatches between... | Sean... (more…)

Read more »

My First Month of Rust

A month ago I have started learning Rust and would like to share my impressions, the good things I have appreciated, and the things I have struggled with. Why Rust, do you ask? Primarily to challenge myself, to leave the land of managed runtimes… (more…)

Read more »