Latest posts

  • 7th September 2025

Let's understand what is Blanket Implementation in Rust

In this post, i will try to explain what blanket implementation means in Rust

Read more 
  • 7th September 2025

Avoiding Breaking Changes with Rust's #[non_exhaustive]

In this post, I will explain how the #[non_exhaustive] attribute helps library authors avoid breaking changes in Rust.

Read more