Blogs

There are 2 articles on this site. Use tags to get articles based on different tags. Use the search below to filter by title.

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.

All Posts

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.