Hey, I'm Param

I'm a developer and 'blogger'-ish ( just starting out ). I work as a Software Engineer at Capgemini. You’ve found my personal slice of the internet – while you're here learn more about me

Most Recent

Fallible Destructors

Introduction to the problem of implementing `Drop` in Rust, and a workaround using the `Option` newtype pattern to handle fallible destructors.

Features in Rust

Learn how to define and use features in Rust to enable or disable optional functionality in your crate.

Top Projects