meta_tuple 0.2.0

A statically typed opaque tuple that can contain any type.
Documentation
[lib]
name = "meta_tuple"
path = "src/lib.rs"

[package]
authors = ["Mincong Lu <mintlux667@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
A statically typed opaque tuple that can contain any type.
"""
edition = "2024"
keywords = ["tuple", "any", "downcast"]
license = "MIT OR Apache-2.0"
name = "meta_tuple"
readme = "README.md"
repository = "https://github.com/mintlu8/meta_tuple"
version = "0.2.0"

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