typed_tuple 0.2.1

Type-safe access, isolation and mutation of primitive tuple segments and elements.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[features]
default = [
    "index",
    "split",
    "extract",
]
extract = []
index = []
split = []

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

[dependencies.typed_tuple_macros]
version = "0.1.0"