dtype_variant 0.0.1

Enables type-safe enum variants with shared type tokens across multiple enums, allowing for synchronized variant types and powerful downcasting capabilities between related enums.
Documentation
[dependencies.dtype_variant_derive]
version = "0.0.1"

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

[package]
authors = ["Swoorup Joshi <swoorupj@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
    Enables type-safe enum variants with shared type tokens across multiple enums,
    allowing for synchronized variant types and powerful downcasting capabilities between related enums.
"""
edition = "2024"
keywords = ["enum", "variant", "type-safety", "downcasting", "pattern-matching"]
license = "MIT"
name = "dtype_variant"
readme = false
repository = "https://github.com/Swoorup/dtype_variant"
resolver = "2"
version = "0.0.1"