The Entire Rust panicking process, described in great detail

In my previous article, I have discussed panicking in Rust from the perspective of the Rust compiler. Read more

Similar

Sustainability with Rust

Rust is a programming language implemented as a set of open source projects. It combines the performance and resource efficiency of systems programming languages like C with the memory safety of languages like Java. Rust started as a research project at M... (more…)

Read more »

Writing a prometheus MPD exporter (in Rust)

Today, I challenged myself to write a prometheus exporter for MPD in Rust. Shut up and show me the code! Here you go and here you go for submitting patches. The challenge I recently started monitoring my server with prometheus and grafana. I am no-way a... (more…)

Read more »