any_of 2.2.0

A general optional sum of product type which can be Neither, Left, Right or Both.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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]