[package] name = "coproduct" version = "0.4.1" edition = "2021" authors = ["Joonatan Saarhelo "] description = "Generic coproduct type with minimal memory footprint" license = "MIT" keywords = ["coproduct", "data-structure", "generic"] repository = "https://github.com/joonazan/coproduct" documentation = "https://docs.rs/coproduct" readme = "README.md" [dependencies] [dev-dependencies] trybuild = "1.0" [features] type_inequality_hack = []