A Guide to Global Data in Rust

This guide explains how you can use “global data” in Rust – paulkernfeld/global-data-in-rust… Read more

Similar

Error Handling in Rust – A Deep Dive

Error handling in Rust can be confusing - should you use a library? Which one? For what purpose? This chapter provides a structured framework to reason about errors as well as a guide on how to leverage the existing ecosystem (`thiserror`, `anyhow`). (more…)

Read more »