[dependencies.sumtype-macro]
version = "0.2.6"
[dev-dependencies.trybuild]
version = "1.0"
[lib]
name = "sumtype"
path = "lib.rs"
[package]
authors = ["Yasuo Ozu <yasuo@ozu.email>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "no-std::no-alloc", "rust-patterns"]
description = "Generate zerocost sumtype of iterators or closures"
edition = "2021"
keywords = ["macros", "zerocost", "enum", "union-type", "iterator"]
license = "MIT"
name = "sumtype"
readme = "README.md"
repository = "https://github.com/yasuo-ozu/sumtype"
version = "0.2.6"
[[test]]
name = "bug"
path = "tests/bug.rs"
[[test]]
name = "debug_display_test"
path = "tests/debug_display_test.rs"
[[test]]
name = "error_test"
path = "tests/error_test.rs"
[[test]]
name = "large"
path = "tests/large.rs"
[[test]]
name = "module"
path = "tests/module.rs"
[[test]]
name = "multi"
path = "tests/multi.rs"
[[test]]
name = "read"
path = "tests/read.rs"
[[test]]
name = "sumtrait"
path = "tests/sumtrait.rs"
[[test]]
name = "test"
path = "tests/test.rs"
[[test]]
name = "test_gparams"
path = "tests/test_gparams.rs"
[[test]]
name = "test_mod"
path = "tests/test_mod.rs"
[[test]]
name = "ui"
path = "tests/ui.rs"