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.
Introduction to the problem of implementing `Drop` in Rust, and a workaround using the `Option` newtype pattern to handle fallible destructors.
Learn how to define and use features in Rust to enable or disable optional functionality in your crate.