[dependencies]
[lib]
name = "any_of"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "no-std", "rust-patterns"]
description = "A general optional sum of product type which can be Neither, Left, Right or Both."
edition = "2021"
keywords = ["either", "any", "left_right", "both", "ADT"]
license = "MIT"
name = "any_of"
readme = "README.md"
repository = "https://github.com/Trehinos/any_of"
version = "2.1.0"