[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"]
description = "A general optional or integral sum type which can be Neither, Left, Right or Both."
edition = "2021"
keywords = ["either", "any", "left", "right", "both"]
license = "MIT"
name = "any_of"
readme = "README.md"
repository = "https://github.com/Trehinos/any_of"
version = "0.9.2"