Let’s write a video codec from scratch in ~100 lines of Rust

Let’s demystify video codecs by writing one from scratch in about a hundred lines of Rust. Read more

Similar

Polymorphism in Rust

In the previous post we explored the use of generic types in Rust and some of the common reasons for doing so. In this post, I’d like to take a step back and look at the full spectrum of options Rust makes available for accomplishing polymorphism, and get... (more…)

Read more »