tuple_macro 0.2.2

Library for determining the length of a tuple.
Documentation
[dependencies]

[features]
from_tup_16 = []
from_tup_32 = []
from_tup_64 = []
from_tup_8 = []
tup_len_16 = []
tup_len_32 = []
tup_len_64 = []

[lib]
name = "tuple_macro"
proc-macro = true

[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_macro"
readme = "README.md"
repository = "https://github.com/pic16f877ccs/tuple_tool"
resolver = "1"
version = "0.2.2"