pattern-wishcast 0.0.1-pre.7

Pattern types emulation for conditional variants using conditional never types
Documentation
[dependencies.pattern-wishcast-macros]
version = "0.0.1-alpha.0"

[dev-dependencies.strum]
features = ["derive"]
version = "0.26"

[dev-dependencies.trybuild]
version = "1.0"

[[example]]
name = "diy"
path = "examples/diy.rs"

[[example]]
name = "expression_evaluator"
path = "examples/expression_evaluator.rs"

[features]
never_type = []

[lib]
name = "pattern_wishcast"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Pattern types emulation for conditional variants using conditional never types"
edition = "2024"
license = "MIT"
name = "pattern-wishcast"
readme = "README.md"
repository = "https://github.com/LunNova/x"
resolver = "2"
rust-version = "1.85"
version = "0.0.1-pre.7"

[package.metadata.workspaces]
independent = true

[[test]]
name = "basic"
path = "tests/basic.rs"

[[test]]
name = "compile_tests"
path = "tests/compile_tests.rs"

[[test]]
name = "custom_derives"
path = "tests/custom_derives.rs"

[[test]]
name = "doc_comments"
path = "tests/doc_comments.rs"

[[test]]
name = "enum_with_generics_success"
path = "tests/enum_with_generics_success.rs"

[[test]]
name = "forward_references"
path = "tests/forward_references.rs"

[[test]]
name = "multiple_pattern_types"
path = "tests/multiple_pattern_types.rs"

[[test]]
name = "offsets_dont_vary"
path = "tests/offsets_dont_vary.rs"

[[test]]
name = "pattern_variants"
path = "tests/pattern_variants.rs"

[[test]]
name = "recursive_fields"
path = "tests/recursive_fields.rs"

[[test]]
name = "simple_enum_success"
path = "tests/simple_enum_success.rs"

[[test]]
name = "strum"
path = "tests/strum.rs"

[[test]]
name = "union_composition_success"
path = "tests/union_composition_success.rs"

[[test]]
name = "union_syntax_success"
path = "tests/union_syntax_success.rs"

[[test]]
name = "union_with_generics_success"
path = "tests/union_with_generics_success.rs"

[[test]]
name = "union_with_patterns"
path = "tests/union_with_patterns.rs"