fallback-if 1.0.1

Fall back to an alternative given some predicate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dev-dependencies.yare]
version = "3"

[package]
authors = ["Martijn Gribnau <garm@ilumeo.com>"]
categories = ["rust-patterns"]
description = "Fall back to an alternative given some predicate"
edition = "2021"
keywords = ["combinator", "result", "alternative", "fallback"]
license = "Apache-2.0 OR MIT"
name = "fallback-if"
readme = "README.md"
repository = "https://github.com/foresterre/fallback-if"
rust-version = "1.60"
version = "1.0.1"