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
[dependencies.pin-project-lite]
version = "0.2"

[package]
authors = ["Greg Johnston"]
description = "Utilities for working with enumerated types that contain one of 2..n other types."
edition = "2021"
license = "MIT"
name = "either_of"
readme = "README.md"
repository = "https://github.com/leptos-rs/leptos"
rust-version = "1.75"
version = "0.1.0"