apply_conditionally 2.0.0

Chain and apply methods on objects conditionally.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
authors     = ["Avinash Maddikonda <svasssakavi@gmail.com>"]
categories  = ["no-std", "no-std::no-alloc", "rust-patterns"]
description = "Chain and apply methods on objects conditionally."
edition     = "2021"
keywords    = ["apply", "chain", "condition", "meta"]
license     = "MIT"
name        = "apply_conditionally"
repository  = "https://github.com/SFM61319/apply_conditionally"
version     = "2.0.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
either = { version = "1.11.0", default-features = false }