typeswitch 0.1.0

A powerful, Go-inspired macro for clean and declarative runtime type switching on dyn Any trait objects.
Documentation
[dependencies]

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

[package]
authors = ["Victor <victorayo206@example.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns", "development-tools::procedural-macro-helpers"]
description = "A powerful, Go-inspired macro for clean and declarative runtime type switching on dyn Any trait objects."
documentation = "https://docs.rs/typeswitch"
edition = "2024"
keywords = ["any", "downcast", "macro", "typeswitch", "dynamic"]
license = "MIT OR Apache-2.0"
name = "typeswitch"
readme = "README.md"
repository = "https://github.com/veecore/typeswitch"
version = "0.1.0"