A small library for dealing with mutable references to the option type in Rust.
-
Updated
Jun 16, 2017 - Rust
A small library for dealing with mutable references to the option type in Rust.
Rust library that provides `Opt<T>` as an alternative to `Option<T>`. This is advantageous when: 1. the generic type, `T`, is expensive to allocate, and 2. mutation between `None` and `Some(...)` is frequent.
Add a description, image, and links to the option-type topic page so that developers can more easily learn about it.
To associate your repository with the option-type topic, visit your repo's landing page and select "manage topics."