Collection of all my blogs.

In this article, we'll delve into how to interact with the Windows Registry using the WinAPI crate in Rust.

In this article, we will explore how to create a basic Windows application using the Windows API (WinAPI) in Rust.

A technical article about Rust

In this article, we'll cover how to use the `cc` crate to compile C code and integrate it with your Rust project.

In this article, we will explore how to work with hexadecimal values in Rust, a systems programming language that emphasizes safety, concurrency, and performance.

In this article, we will explore tracing in Rust, discussing its benefits, how to integrate it into your projects, and how to analyze trace data effectively.