WaffleLapkin / opt_reduce

Small rust crate that provides `reduce` method for `Option<_>`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

opt_reduce

crates.io documentation (docs.rs) LICENSE (MIT)

This crate provides a reduce function for Option<_> that allows to merge two options together.

This method was previously proposed for addition to std two times but both PRs were closed:

  1. #84695
  2. #87036

opt_reduce = "1"

Compiler support: requires rustc 1.31+.

About

Small rust crate that provides `reduce` method for `Option<_>`

License:MIT License


Languages

Language:Rust 100.0%