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