either 1.10.0

The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
Documentation
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[dev-dependencies.serde_json]
version = "1.0.0"

[features]
default = ["use_std"]
use_std = []

[package]
authors = ["bluss"]
categories = ["data-structures", "no-std"]
description = "The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.\n"
documentation = "https://docs.rs/either/1/"
edition = "2018"
keywords = ["data-structure", "no_std"]
license = "MIT OR Apache-2.0"
name = "either"
readme = "README-crates.io.md"
repository = "https://github.com/rayon-rs/either"
rust-version = "1.36"
version = "1.10.0"
[package.metadata.docs.rs]
features = ["serde"]

[package.metadata.release]
no-dev-version = true
tag-name = "{{version}}"