Posts for: #rust

Readable Rust: Combinators vs. Match Clauses

When writing code in any programming language, choosing the appropriate constructs is crucial for creating readable and maintainable code, and in Rust is no different. In this post, I will discuss a specific dilemma I find myself thinking often about: deciding between using combi…

Read article

A brief introduction to GStreamer

A while ago, I started working with GStreamer. I wasn't familiar with the framework before, and took me a while to grasp how it works. I have recently created a mental model which has been helping me understand how to use GStreamer API and I thought sharing it here could also hel…

Read article