coproduct 0.4.0

Generic coproduct type with minimal memory footprint
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]
[dev-dependencies.trybuild]
version = "1.0"

[features]
type_inequality_hack = []

[package]
authors = ["Joonatan Saarhelo <joon.saar@gmail.com>"]
description = "Generic coproduct type with minimal memory footprint"
documentation = "https://docs.rs/coproduct"
edition = "2021"
keywords = ["coproduct", "data-structure", "generic"]
license = "MIT"
name = "coproduct"
readme = "README.md"
repository = "https://github.com/joonazan/coproduct"
version = "0.4.0"