Rust Before Main – Ryan Levick

When you run a Rust program, you may be tempted to think that the first code to execute is the main function. However, this is far from the case. In this tal… Read more

Similar

Async Exceptions in Haskell, and Rust

Haskell and Rust both support asynchronous programming. Haskell includes a feature called async exceptions, which allow cancelling threads, but they come at a cost. See how Rust does the same job, and the relative trade-offs of each approach. (more…)

Read more »