either_of 0.1.0

Utilities for working with enumerated types that contain one of 2..n other types.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "either_of"
edition = "2021"
version = "0.1.0"
authors = ["Greg Johnston"]
license = "MIT"
readme = "../README.md"
repository = "https://github.com/leptos-rs/leptos"
description = "Utilities for working with enumerated types that contain one of 2..n other types."
rust-version.workspace = true

[dependencies]
pin-project-lite = "0.2"