[dependencies.tuple_macro]
version = "0.2.0"
[features]
tup_len_16 = ["tuple_macro/tup_len_16"]
tup_len_32 = ["tuple_macro/tup_len_32"]
tup_len_64 = ["tuple_macro/tup_len_64"]
[lib]
name = "tuple_length"
[package]
authors = ["Karl Wulfert <pic16f877.ccs@emailn.de>"]
categories = ["rust-patterns"]
description = "Library for determining the length of a tuple."
edition = "2021"
homepage = "https://github.com/pic16f877ccs/tuple_tool"
keywords = ["trait", "no-std", "tuple-len", "tuple"]
license = "GPL-3.0-or-later"
name = "tuple_length"
readme = "README.md"
repository = "https://github.com/pic16f877ccs/tuple_tool"
resolver = "1"
version = "0.2.0"