[dependencies.typed_tuple_macros]
version = "0.1.0"
[lib]
name = "typed_tuple"
path = "src/lib.rs"
[package]
authors = ["Christopher Edward Dawn"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "rust-patterns"]
description = "Type-safe access, isolation and mutation of primitive tuple segments and elements."
edition = "2024"
keywords = ["tuple", "type", "typed", "heterogenous"]
license = "MIT OR Apache-2.0"
name = "typed_tuple"
readme = "README.md"
repository = "https://github.com/cedtwo/typed_tuple.git"
version = "0.2.0"