RUST

There are 2 articles that belongs to the tag rust. A particular article may belong to multiple tags. Use the search below to filter by title.

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.